mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
Stats printing: remove a spurious newline.
This was left over from a previous emitter conversion. It didn't affect the correctness of the output.
This commit is contained in:
parent
a1738f4efd
commit
a9f3cedc6e
1 changed files with 0 additions and 3 deletions
|
|
@ -1231,9 +1231,6 @@ stats_print(void (*write_cb)(void *, const char *), void *cbopaque,
|
|||
if (general) {
|
||||
stats_general_print(&emitter);
|
||||
}
|
||||
if (json) {
|
||||
malloc_cprintf(write_cb, cbopaque, "\n");
|
||||
}
|
||||
if (config_stats) {
|
||||
stats_print_helper(&emitter, merged, destroyed, unmerged,
|
||||
bins, large, mutex);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue