Remove empty lines at end of file

Used command line to remove empty lines at end of file:
find . -type f -exec sed -i -e :a -e '/^\n*$/{$d;N;};/\n$/ba' {} \;

Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: http://review.coreboot.org/10446
This commit is contained in:
Stefan Reinauer
2015-11-10 19:19:25 +01:00
committed by William McBrine
parent cfe5cc747e
commit 4a874a76cf
2 changed files with 0 additions and 2 deletions

View File

@@ -831,4 +831,3 @@ Functions specific to the X11 port of PDCurses:
sb_refresh sb
--------------------------------------------------------------------------

View File

@@ -148,4 +148,3 @@ int sb_refresh(void)
return OK;
}