Bug 1743322, 1743322: apply code formatting via Lando

# ignore-this-changeset
This commit is contained in:
Otto Länd 2022-12-13 04:26:05 +00:00
parent a1aa315882
commit fe6866347e

View file

@ -492,7 +492,7 @@ static size_t gPageSize;
# define END_GLOBALS
# define DEFINE_GLOBAL(type) static const type
# define GLOBAL_LOG2 LOG2
# define GLOBAL_ASSERT_HELPER1(x) static_assert(x, # x)
# define GLOBAL_ASSERT_HELPER1(x) static_assert(x, #x)
# define GLOBAL_ASSERT_HELPER2(x, y) static_assert(x, y)
# define GLOBAL_ASSERT(...) \
MACRO_CALL( \