Quellcode durchsuchen

Fix output layout

Samuel Thibault vor 13 Jahren
Ursprung
Commit
9fcd3cbcb3
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/profiling/bound.c

+ 1 - 1
src/profiling/bound.c

@@ -586,7 +586,7 @@ void starpu_bound_print_lp(FILE *output)
 			}
 
 
-		fprintf(output, "\n/* Each tag finishes when its corresponding task finishes */");
+		fprintf(output, "\n/* Each tag finishes when its corresponding task finishes */\n");
 		for (t1 = tasks; t1; t1 = t1->next)
 			if (t1->use_tag)
 			{