From d4c8aa9cb47b9db11c45a9d89d51c75e3cc887a7 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Fri, 4 Oct 2013 17:43:25 +0200 Subject: Coding Style cleanup: remove trailing empty lines Signed-off-by: Wolfgang Denk --- lib/libfdt/fdt_empty_tree.c | 1 - lib/string.c | 1 - 2 files changed, 2 deletions(-) (limited to 'lib') diff --git a/lib/libfdt/fdt_empty_tree.c b/lib/libfdt/fdt_empty_tree.c index ac6c1fb..34f1c84 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 3a82efa..29c2ca7 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 - -- cgit v1.1