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:
parent
64ea6dbe2e
commit
6beb1fe325
|
@ -221,4 +221,3 @@ int cbfs_decompress(int algo, void *src, void *dst, int len)
|
|||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -289,5 +289,3 @@ void cbmem_list(void)
|
|||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
|
|
|
@ -37,4 +37,3 @@ WRAP_LIBGCC_CALL(long long, __divdi3)
|
|||
WRAP_LIBGCC_CALL(unsigned long long, __udivdi3)
|
||||
WRAP_LIBGCC_CALL(long long, __moddi3)
|
||||
WRAP_LIBGCC_CALL(unsigned long long, __umoddi3)
|
||||
|
||||
|
|
|
@ -40,4 +40,3 @@ const char coreboot_compile_time[] = COREBOOT_COMPILE_TIME;
|
|||
const char coreboot_compile_by[] = COREBOOT_COMPILE_BY;
|
||||
const char coreboot_compile_host[] = COREBOOT_COMPILE_HOST;
|
||||
const char coreboot_compile_domain[] = COREBOOT_COMPILE_DOMAIN;
|
||||
|
||||
|
|
Loading…
Reference in New Issue