diff options
Diffstat (limited to 'perf/cairo-perf-compare-backends.c')
-rw-r--r-- | perf/cairo-perf-compare-backends.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perf/cairo-perf-compare-backends.c b/perf/cairo-perf-compare-backends.c index f4a425f0..16306377 100644 --- a/perf/cairo-perf-compare-backends.c +++ b/perf/cairo-perf-compare-backends.c @@ -111,8 +111,6 @@ print_change_bar (double change, printf ("%s", boxes[6]); else if (change > 0.5/8.0) printf ("%s", boxes[7]); - - printf ("\n"); } static void @@ -145,6 +143,7 @@ test_diff_print (test_diff_t *diff, if (options->print_change_bars) print_change_bar (change, max_change, options->use_utf); + printf ("\n"); } printf("\n"); |