Update src/ds/defines.h

Clang format
This commit is contained in:
Matthew Parkinson
2020-03-04 17:59:13 +00:00
committed by GitHub
parent 9dc689762c
commit b79448b6b5

View File

@@ -37,7 +37,8 @@ namespace snmalloc
} // namespace snmalloc
#ifdef NDEBUG
# define SNMALLOC_ASSERT(expr) { }
# define SNMALLOC_ASSERT(expr) \
{}
#else
# define SNMALLOC_ASSERT(expr) \
{ \