From 4a874a76cf4f6fb6ba5ca1b5bd912be1bbb18329 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 10 Nov 2015 19:19:25 +0100 Subject: [PATCH] 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 Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/10446 --- doc/intro.txt | 1 - x11/sb.c | 1 - 2 files changed, 2 deletions(-) diff --git a/doc/intro.txt b/doc/intro.txt index a13cb7af..b54dcf01 100644 --- a/doc/intro.txt +++ b/doc/intro.txt @@ -831,4 +831,3 @@ Functions specific to the X11 port of PDCurses: sb_refresh sb -------------------------------------------------------------------------- - diff --git a/x11/sb.c b/x11/sb.c index 7513d9a0..f2f22a42 100644 --- a/x11/sb.c +++ b/x11/sb.c @@ -148,4 +148,3 @@ int sb_refresh(void) return OK; } -