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' {} \;

Change-Id: I816ac9666b6dbb7c7e47843672f0d5cc499766a3
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: http://review.coreboot.org/10446
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Elyes HAOUAS
2015-06-06 19:48:25 +02:00
committed by Stefan Reinauer
parent 4ba3b79537
commit 52648623e0
382 changed files with 0 additions and 419 deletions

View File

@@ -16,4 +16,3 @@
#undef BT_NAMESPACE
#endif

View File

@@ -3,4 +3,3 @@
#define _HASH_CHAIN
#include "../BinTree/BinTreeMain.h"
#undef _HASH_CHAIN

View File

@@ -60,4 +60,3 @@ $(obj)/util/lzma/%.o: $(src)/util/lzma/C/Common/%.cpp
$(obj)/util/lzma/%.o: $(src)/util/lzma/%.cc
$(Q)printf " HOSTCXX $(subst $(shell pwd)/,,$(@))\n"
$(Q)$(HOSTCXX) $(HOSTCXXFLAGS) -o $@ -c $<

View File

@@ -315,4 +315,3 @@ void do_lzma_uncompress(char *dst, int dst_len, char *src, int src_len) {
}
#endif