[NFC] Clang-format.

This commit is contained in:
David Chisnall
2019-02-26 16:18:58 +00:00
committed by David Chisnall
parent 9ab0eef85a
commit a4dd814f6e

View File

@@ -152,7 +152,7 @@ namespace snmalloc
flags |= MEM_COMMIT;
size_t retries = 1000;
void *p;
void* p;
size_t request = *size;
do