OSDN Git Service
(root)
/
android-x86
/
external-bluetooth-bluez.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9dd74d
)
shared: Remove line with one single empty space in it
author
Marcel Holtmann
<marcel@holtmann.org>
Fri, 11 Jan 2013 21:54:30 +0000
(13:54 -0800)
committer
Marcel Holtmann
<marcel@holtmann.org>
Fri, 11 Jan 2013 21:54:30 +0000
(13:54 -0800)
src/shared/tester.c
patch
|
blob
|
history
diff --git
a/src/shared/tester.c
b/src/shared/tester.c
index
5ead2e0
..
8906ba6
100644
(file)
--- 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)