Skip to content

Commit 4c050d1

Browse files
committed
Clangformat
1 parent eb3be84 commit 4c050d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/snmalloc/mem/globalalloc.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,8 @@ namespace snmalloc
164164
"bytes,slabs allocated,slabs deallocated,slabs in_use,slabs bytes");
165165
message<1024>(
166166
"snmalloc_totals,dumpid,backend bytes,peak backend "
167-
"bytes,requested,slabs requested bytes,remote inflight bytes,allocator count");
167+
"bytes,requested,slabs requested bytes,remote inflight bytes,allocator "
168+
"count");
168169
}
169170

170171
auto stats = snmalloc::get_stats<Config>();

0 commit comments

Comments
 (0)