Skip to content

Commit

Permalink
Code format
Browse files Browse the repository at this point in the history
  • Loading branch information
olehkuznetsov committed Dec 18, 2024
1 parent 665ce38 commit 6a19e2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/os/device/deviceinfo/cc/android/query.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ const AndroidVersion kVersionBySdk[] = {
{4, 0}, {4, 1}, {4, 2}, {4, 3}, {4, 4}, /* 15-19 */
{4, 4}, {5, 0}, {5, 1}, {6, 0}, {7, 0}, /* 20-24 */
{7, 1}, {8, 0}, {8, 1}, {9, 0}, {10, 0}, /* 25-29*/
{11, 0}, {12, 0}, {12, 0}, {13, 0}, {14, 0}, /* 30-34*/
{15, 0}, {16, 0}, /* 35-36*/
};
{11, 0}, {12, 0}, {12, 0}, {13, 0}, {14, 0}, /* 30-34*/
{15, 0}, {16, 0}, /* 35-36*/
};
constexpr int kMaxKnownSdk = (sizeof(kVersionBySdk) / sizeof(AndroidVersion));

} // anonymous namespace
Expand Down

0 comments on commit 6a19e2e

Please sign in to comment.