Clang format

This commit is contained in:
Matthew Parkinson
2019-04-25 14:17:43 +01:00
committed by Matthew Parkinson
parent f88bcdbf58
commit 37afe9d079
11 changed files with 21 additions and 16 deletions

View File

@@ -63,7 +63,8 @@ namespace snmalloc
#else
void print_all_stats(void*& o, uint64_t dumpid = 0)
{
UNUSED(o); UNUSED(dumpid);
UNUSED(o);
UNUSED(dumpid);
}
#endif