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:
committed by
Stefan Reinauer
parent
4ba3b79537
commit
52648623e0
@@ -19,4 +19,3 @@
|
||||
|
||||
config SOUTHBRIDGE_AMD_AMD8131
|
||||
bool
|
||||
|
||||
|
@@ -68,4 +68,3 @@ config REDIRECT_SBCIMX_TRACE_TO_SERIAL
|
||||
Warning: Only enable this option when debuging or tracing AMD CIMX code.
|
||||
|
||||
endif #SOUTHBRIDGE_AMD_CIMX_SB700
|
||||
|
||||
|
@@ -223,4 +223,3 @@ config SB800_IMC_FAN_CONTROL
|
||||
endchoice
|
||||
|
||||
endif #SOUTHBRIDGE_AMD_CIMX_SB800
|
||||
|
||||
|
@@ -55,4 +55,3 @@ config BOOTBLOCK_SOUTHBRIDGE_INIT
|
||||
default "southbridge/amd/cimx/sb900/bootblock.c"
|
||||
|
||||
endif #SOUTHBRIDGE_AMD_CIMX_SB900
|
||||
|
||||
|
@@ -20,4 +20,3 @@
|
||||
config SOUTHBRIDGE_AMD_CS5536
|
||||
bool
|
||||
select UDELAY_TSC
|
||||
|
||||
|
@@ -19,4 +19,3 @@
|
||||
|
||||
config SOUTHBRIDGE_AMD_RS780
|
||||
bool
|
||||
|
||||
|
Reference in New Issue
Block a user