瀏覽代碼

tools/starpu_perfmodel_plot.c: fix endofline position

Nathalie Furmento 10 年之前
父節點
當前提交
4712fe0e6f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tools/starpu_perfmodel_plot.c

+ 1 - 1
tools/starpu_perfmodel_plot.c

@@ -339,9 +339,9 @@ static void display_history_based_perf_models(FILE *gnuplot_file, struct starpu_
 						/* No value for this arch. */
 						fprintf(datafile, "\t\"\"\t\"\"");
 				}
-				fprintf(datafile, "\n");
 			}
 		}
+		fprintf(datafile, "\n");
 	}
 	fprintf(stderr, "\n");