OSDN Git Service

shared: Remove line with one single empty space in it
authorMarcel Holtmann <marcel@holtmann.org>
Fri, 11 Jan 2013 21:54:30 +0000 (13:54 -0800)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 11 Jan 2013 21:54:30 +0000 (13:54 -0800)
src/shared/tester.c

index 5ead2e0..8906ba6 100644 (file)
@@ -53,7 +53,7 @@
 #define print_summary(label, color, value, fmt, args...) \
                        printf("%-45s " color "%-10s" COLOR_OFF fmt "\n", \
                                                        label, value, ## args)
+
 #define print_progress(name, color, fmt, args...) \
                printf(COLOR_HIGHLIGHT "%s" COLOR_OFF " - " \
                                color fmt COLOR_OFF "\n", name, ## args)