lib: Trivial - drop trailing blank lines at EOF

Change-Id: I69a4a2ffb41eeae04529e527d68edc652f3638a5
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/6205
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
Edward O'Callaghan 2014-07-07 23:50:25 +10:00
parent 64ea6dbe2e
commit 6beb1fe325
4 changed files with 0 additions and 5 deletions

View file

@ -221,4 +221,3 @@ int cbfs_decompress(int algo, void *src, void *dst, int len)
return 0; return 0;
} }
} }

View file

@ -289,5 +289,3 @@ void cbmem_list(void)
} }
} }
#endif #endif

View file

@ -37,4 +37,3 @@ WRAP_LIBGCC_CALL(long long, __divdi3)
WRAP_LIBGCC_CALL(unsigned long long, __udivdi3) WRAP_LIBGCC_CALL(unsigned long long, __udivdi3)
WRAP_LIBGCC_CALL(long long, __moddi3) WRAP_LIBGCC_CALL(long long, __moddi3)
WRAP_LIBGCC_CALL(unsigned long long, __umoddi3) WRAP_LIBGCC_CALL(unsigned long long, __umoddi3)

View file

@ -40,4 +40,3 @@ const char coreboot_compile_time[] = COREBOOT_COMPILE_TIME;
const char coreboot_compile_by[] = COREBOOT_COMPILE_BY; const char coreboot_compile_by[] = COREBOOT_COMPILE_BY;
const char coreboot_compile_host[] = COREBOOT_COMPILE_HOST; const char coreboot_compile_host[] = COREBOOT_COMPILE_HOST;
const char coreboot_compile_domain[] = COREBOOT_COMPILE_DOMAIN; const char coreboot_compile_domain[] = COREBOOT_COMPILE_DOMAIN;