From: Arnaud Giersch Date: Wed, 28 Mar 2012 13:01:41 +0000 (+0200) Subject: Cosmetics: add an empty line after help messages. X-Git-Tag: v3_7~176 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/a0a38832b9e2d2f5970c9cea04332111283fffaf Cosmetics: add an empty line after help messages. --- 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 ();