src: Get rid of unneeded whitespace
Change-Id: I630d49ab504d9f6e052806b516a600fa41b9a8da Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/26991 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
committed by
Patrick Georgi
parent
68c851bcd7
commit
b0f1988f89
@@ -232,7 +232,7 @@ static void display_fsp_version_info_hob(const void *hob, size_t size)
|
||||
(fvih->Count * sizeof (FIRMWARE_VERSION_INFO)));
|
||||
size -= sizeof(SMBIOS_STRUCTURE);
|
||||
|
||||
printk(BIOS_DEBUG, "Display FSP Version Info HOB \n");
|
||||
printk(BIOS_DEBUG, "Display FSP Version Info HOB\n");
|
||||
for (index = 0; index < fvih->Count; index++) {
|
||||
cnt = strlen(str_ptr);
|
||||
|
||||
|
Reference in New Issue
Block a user