Clangformat
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
#include <snmalloc.h>
|
||||
|
||||
|
||||
|
||||
int main()
|
||||
{
|
||||
snmalloc::Alloc* a = snmalloc::ThreadAlloc::get();
|
||||
bool result;
|
||||
|
||||
|
||||
auto r = a->alloc(16);
|
||||
|
||||
snmalloc::current_alloc_pool()->debug_check_empty(&result);
|
||||
@@ -19,7 +17,7 @@ int main()
|
||||
|
||||
snmalloc::current_alloc_pool()->debug_check_empty(&result);
|
||||
if (result != true)
|
||||
{
|
||||
{
|
||||
abort();
|
||||
}
|
||||
|
||||
@@ -35,7 +33,7 @@ int main()
|
||||
|
||||
snmalloc::current_alloc_pool()->debug_check_empty(&result);
|
||||
if (result != true)
|
||||
{
|
||||
{
|
||||
abort();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user