diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2015-06-06 19:48:25 +0200 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-06-08 00:55:07 +0200 |
commit | 52648623e03e6769ae73ef8ee999d671fb657d62 (patch) | |
tree | 2e0c7675c40463cb7864b0b119e50eeadf892a78 /util/cbfstool | |
parent | 4ba3b79537008b4d2448848901212cf2251188d1 (diff) | |
download | coreboot-52648623e03e6769ae73ef8ee999d671fb657d62.tar.xz |
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>
Diffstat (limited to 'util/cbfstool')
-rw-r--r-- | util/cbfstool/cbfs-mkpayload.c | 1 | ||||
-rw-r--r-- | util/cbfstool/cbfs-payload-linux.c | 2 | ||||
-rw-r--r-- | util/cbfstool/coff.h | 1 | ||||
-rw-r--r-- | util/cbfstool/fmd_scanner.c_shipped | 1 | ||||
-rw-r--r-- | util/cbfstool/linux.h | 1 |
5 files changed, 0 insertions, 6 deletions
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 */ }; - |