From 52648623e03e6769ae73ef8ee999d671fb657d62 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sat, 6 Jun 2015 19:48:25 +0200 Subject: 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 Reviewed-on: http://review.coreboot.org/10446 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Patrick Georgi --- util/cbfstool/cbfs-mkpayload.c | 1 - util/cbfstool/cbfs-payload-linux.c | 2 -- util/cbfstool/coff.h | 1 - util/cbfstool/fmd_scanner.c_shipped | 1 - util/cbfstool/linux.h | 1 - 5 files changed, 6 deletions(-) (limited to 'util/cbfstool') diff --git a/util/cbfstool/cbfs-mkpayload.c b/util/cbfstool/cbfs-mkpayload.c index fcf691013a..991030a25f 100644 --- a/util/cbfstool/cbfs-mkpayload.c +++ b/util/cbfstool/cbfs-mkpayload.c @@ -420,4 +420,3 @@ int parse_fv_to_payload(const struct buffer *input, struct buffer *output, return 0; } - diff --git a/util/cbfstool/cbfs-payload-linux.c b/util/cbfstool/cbfs-payload-linux.c index b73c4312c2..ac1f09af2a 100644 --- a/util/cbfstool/cbfs-payload-linux.c +++ b/util/cbfstool/cbfs-payload-linux.c @@ -325,5 +325,3 @@ int parse_bzImage_to_payload(const struct buffer *input, xdr_segs(output, bzp.segs, bzp.num_segments); return 0; } - - diff --git a/util/cbfstool/coff.h b/util/cbfstool/coff.h index 8793566942..cd74a82f2f 100644 --- a/util/cbfstool/coff.h +++ b/util/cbfstool/coff.h @@ -121,4 +121,3 @@ typedef struct { uint32_t number_of_va_and_sizes; /* data directory not needed */ } pe_opt_header_64_t; - diff --git a/util/cbfstool/fmd_scanner.c_shipped b/util/cbfstool/fmd_scanner.c_shipped index 4f81c206d2..b22011d6a7 100644 --- a/util/cbfstool/fmd_scanner.c_shipped +++ b/util/cbfstool/fmd_scanner.c_shipped @@ -1849,4 +1849,3 @@ int copy_string(const char *src) yylval.strval = strdup(src); return STRING; } - diff --git a/util/cbfstool/linux.h b/util/cbfstool/linux.h index 0c8f9b46ab..ba6f8b0516 100644 --- a/util/cbfstool/linux.h +++ b/util/cbfstool/linux.h @@ -184,4 +184,3 @@ struct linux_params { u8 command_line[COMMAND_LINE_SIZE]; /* 0x800 */ u8 reserved17[1792]; /* 0x900 - 0x1000 */ }; - -- cgit v1.2.3