Commit 828f369d authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Shuah Khan

cpupower: Add missing newline at end of file

"git diff" says:

    \ No newline at end of file

after modifying the files.
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
parent a55aa89a
......@@ -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
......@@ -85,4 +85,4 @@ function create_plots()
}
measure
create_plots
\ No newline at end of file
create_plots
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment