cpupower: Add missing newline at end of file
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 17 Jun 2019 14:51:15 +0000 (16:51 +0200)
committerShuah Khan <skhan@linuxfoundation.org>
Thu, 29 Aug 2019 15:49:26 +0000 (09:49 -0600)
"git diff" says:

    \ No newline at end of file

after modifying the files.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/power/cpupower/bench/cpufreq-bench_plot.sh
tools/power/cpupower/bench/cpufreq-bench_script.sh

index 9061b4f1244ec7e3c6f21e8f41b6f43f896b6d7a..f5f8b3c8f062a6fa0d4b42903ce23aeb894c89e9 100644 (file)
@@ -88,4 +88,4 @@ done
 echo >> $dir/plot_script.gpl
 
 gnuplot $dir/plot_script.gpl
-rm -r $dir
\ No newline at end of file
+rm -r $dir
index 4e9714b876d23b7a0c289d3db40d68e7209f6706..785a3679c704e525aba4716358047293491a6e75 100644 (file)
@@ -85,4 +85,4 @@ function create_plots()
 }
 
 measure
-create_plots
\ No newline at end of file
+create_plots