Update src/ds/defines.h
Clang format
This commit is contained in:
committed by
GitHub
parent
9dc689762c
commit
b79448b6b5
@@ -37,7 +37,8 @@ namespace snmalloc
|
||||
} // namespace snmalloc
|
||||
|
||||
#ifdef NDEBUG
|
||||
# define SNMALLOC_ASSERT(expr) { }
|
||||
# define SNMALLOC_ASSERT(expr) \
|
||||
{}
|
||||
#else
|
||||
# define SNMALLOC_ASSERT(expr) \
|
||||
{ \
|
||||
|
||||
Reference in New Issue
Block a user