Browse Source

tools/starpu_perfmodel_plot.c: fix endofline position

Nathalie Furmento 10 years ago
parent
commit
4712fe0e6f
1 changed files with 1 additions and 1 deletions
  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");