mirror of https://gitee.com/openkylin/linux.git
cpupower: Add missing newline at end of file
"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>
This commit is contained in:
parent
a55aa89aab
commit
828f369d76
|
@ -88,4 +88,4 @@ done
|
||||||
echo >> $dir/plot_script.gpl
|
echo >> $dir/plot_script.gpl
|
||||||
|
|
||||||
gnuplot $dir/plot_script.gpl
|
gnuplot $dir/plot_script.gpl
|
||||||
rm -r $dir
|
rm -r $dir
|
||||||
|
|
|
@ -85,4 +85,4 @@ function create_plots()
|
||||||
}
|
}
|
||||||
|
|
||||||
measure
|
measure
|
||||||
create_plots
|
create_plots
|
||||||
|
|
Loading…
Reference in New Issue