This makes more space for case's title in the summary, and still retains 80 chars boundary. This fixes column alignment when using long case titles i.e. in new android-tester. --- src/shared/tester.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/tester.c b/src/shared/tester.c index 88dfaeb..95b4682 100644 --- a/src/shared/tester.c +++ b/src/shared/tester.c @@ -53,7 +53,7 @@ printf(color fmt COLOR_OFF "\n", ## args) #define print_summary(label, color, value, fmt, args...) \ - printf("%-45s " color "%-10s" COLOR_OFF fmt "\n", \ + printf("%-52s " color "%-10s" COLOR_OFF fmt "\n", \ label, value, ## args) #define print_progress(name, color, fmt, args...) \ -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html