Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetics: add an empty line after help messages.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 28 Mar 2012 13:01:41 +0000 (15:01 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 28 Mar 2012 13:24:34 +0000 (15:24 +0200)
src/surf/surf_config.c

index e1e2f5f..abf48f4 100644 (file)
@@ -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 ();