Kaynağa Gözat

Fix output layout

Samuel Thibault 13 yıl önce
ebeveyn
işleme
9fcd3cbcb3
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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)
 			{