mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:57:35 +00:00
Everywhere: Remove 'clang-format off' comments that are no longer needed
https://github.com/SerenityOS/serenity/pull/15654#issuecomment-1322554496
This commit is contained in:
parent
d26aabff04
commit
babfc13c84
7 changed files with 1 additions and 21 deletions
|
@ -76,8 +76,6 @@
|
|||
# define AK_OS_WINDOWS
|
||||
#endif
|
||||
|
||||
// FIXME: Remove clang-format suppression after https://github.com/llvm/llvm-project/issues/56602 resolved
|
||||
// clang-format off
|
||||
#if defined(__ANDROID__)
|
||||
# define STR(x) __STR(x)
|
||||
# define __STR(x) #x
|
||||
|
@ -89,7 +87,6 @@
|
|||
# undef __STR
|
||||
# define AK_OS_ANDROID
|
||||
#endif
|
||||
// clang-format on
|
||||
|
||||
#if defined(__EMSCRIPTEN__)
|
||||
# define AK_OS_EMSCRIPTEN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue