[NFC] More checks, comments on end of namespace braces.

This commit is contained in:
David Chisnall
2019-04-29 16:53:59 +01:00
parent 49ece8f4e1
commit 5c197e4ae4
33 changed files with 36 additions and 35 deletions

View File

@@ -143,4 +143,4 @@ namespace snmalloc
"SLAB_COUNT must be a power of 2");
static_assert(
SLAB_COUNT <= (UINT8_MAX + 1), "SLAB_COUNT must fit in a uint8_t");
};
} // namespace snmalloc