From a0a38832b9e2d2f5970c9cea04332111283fffaf Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Wed, 28 Mar 2012 15:01:41 +0200 Subject: [PATCH] Cosmetics: add an empty line after help messages. --- src/surf/surf_config.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/surf/surf_config.c b/src/surf/surf_config.c index e1e2f5f615..abf48f44c3 100644 --- a/src/surf/surf_config.c +++ b/src/surf/surf_config.c @@ -61,6 +61,7 @@ static void LOG_help(void) "\n" " -> %%d: date (UNIX-like epoch)\n" " -> %%r: application age (time elapsed since the beginning of the application)\n" +"\n" ); } @@ -107,7 +108,7 @@ static void surf_config_cmd_line(int *argc, char **argv) printf(" %s: %s\n", surf_optimization_mode_description[k].name, surf_optimization_mode_description[k].description); - printf("Both network and CPU models have 'Lazy' as default optimization level\n"); + printf("Both network and CPU models have 'Lazy' as default optimization level\n\n"); shall_exit = 1; } else if (!strcmp(argv[i], "--help-logs")) { LOG_help (); -- 2.20.1