diff --git a/src/frontend/com_gnuplot.c b/src/frontend/com_gnuplot.c index 9e69b37b8..58d7c5f62 100644 --- a/src/frontend/com_gnuplot.c +++ b/src/frontend/com_gnuplot.c @@ -67,4 +67,4 @@ com_write_simple(wordlist *wl) } return; -} \ No newline at end of file +} diff --git a/src/frontend/plotting/gnuplot.c b/src/frontend/plotting/gnuplot.c index 7c73c0e4d..545f80c35 100644 --- a/src/frontend/plotting/gnuplot.c +++ b/src/frontend/plotting/gnuplot.c @@ -277,4 +277,4 @@ ft_writesimple(double *xlims, double *ylims, char *filename, char *title, char * (void) fclose( file_data ); return; -} \ No newline at end of file +}