diff options
author | Wolfgang Denk <wd@denx.de> | 2013-10-04 17:43:25 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-10-14 16:06:54 -0400 |
commit | d4c8aa9cb47b9db11c45a9d89d51c75e3cc887a7 (patch) | |
tree | 3178dfd75972be9ba654e18f158ad9c964f9b959 /lib | |
parent | 93e1459641e758d2b096d3f1b39414a39bb314f8 (diff) |
Coding Style cleanup: remove trailing empty lines
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libfdt/fdt_empty_tree.c | 1 | ||||
-rw-r--r-- | lib/string.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/libfdt/fdt_empty_tree.c b/lib/libfdt/fdt_empty_tree.c index ac6c1fb04ff..34f1c844313 100644 --- a/lib/libfdt/fdt_empty_tree.c +++ b/lib/libfdt/fdt_empty_tree.c @@ -36,4 +36,3 @@ int fdt_create_empty_tree(void *buf, int bufsize) return fdt_open_into(buf, buf, bufsize); } - diff --git a/lib/string.c b/lib/string.c index 3a82efab619..29c2ca7ef6b 100644 --- a/lib/string.c +++ b/lib/string.c @@ -675,4 +675,3 @@ void *memchr_inv(const void *start, int c, size_t bytes) return check_bytes8(start, value, bytes % 8); } #endif - |