Diff between e9dd74d5e376b7d242c063f9a3af44b9033fe319 and 287c70014de1beb94005386a22d1c5c4df4e8128
Changed Files
| File | Additions | Deletions | Status |
| src/shared/tester.c | +1 | -1 | modified |
Full Patch
diff --git a/src/shared/tester.c b/src/shared/tester.c
index 5ead2e0..8906ba6 100644
--- a/src/shared/tester.c
+++ b/src/shared/tester.c
@@ -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)