forked from mirrors/gecko-dev
Bug 1743322, 1743322: apply code formatting via Lando
# ignore-this-changeset
This commit is contained in:
parent
a1aa315882
commit
fe6866347e
1 changed files with 1 additions and 1 deletions
|
|
@ -492,7 +492,7 @@ static size_t gPageSize;
|
||||||
# define END_GLOBALS
|
# define END_GLOBALS
|
||||||
# define DEFINE_GLOBAL(type) static const type
|
# define DEFINE_GLOBAL(type) static const type
|
||||||
# define GLOBAL_LOG2 LOG2
|
# 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_HELPER2(x, y) static_assert(x, y)
|
||||||
# define GLOBAL_ASSERT(...) \
|
# define GLOBAL_ASSERT(...) \
|
||||||
MACRO_CALL( \
|
MACRO_CALL( \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue