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
@ -1231,9 +1231,6 @@ stats_print(void (*write_cb)(void *, const char *), void *cbopaque,
|
|||||||
if (general) {
|
if (general) {
|
||||||
stats_general_print(&emitter);
|
stats_general_print(&emitter);
|
||||||
}
|
}
|
||||||
if (json) {
|
|
||||||
malloc_cprintf(write_cb, cbopaque, "\n");
|
|
||||||
}
|
|
||||||
if (config_stats) {
|
if (config_stats) {
|
||||||
stats_print_helper(&emitter, merged, destroyed, unmerged,
|
stats_print_helper(&emitter, merged, destroyed, unmerged,
|
||||||
bins, large, mutex);
|
bins, large, mutex);
|
||||||
|
Loading…
Reference in New Issue
Block a user