mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 14:11:15 +02:00
Fix whitespace errors
Change-Id: Ic2d3bb9d8581a0471a8568a130f893b34dddf113 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/25380 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
@ -289,7 +289,7 @@ int cb_parse_table(const char **vendor, const char **model)
|
||||
}
|
||||
|
||||
addr = ((char *)lb_table) - ((char *)table_area) + start;
|
||||
msg_pinfo("coreboot table found at 0x%lx.\n",
|
||||
msg_pinfo("coreboot table found at 0x%lx.\n",
|
||||
(unsigned long)lb_table - (unsigned long)table_area + start);
|
||||
rec = (struct lb_record *)(((char *)lb_table) + lb_table->header_bytes);
|
||||
last = (struct lb_record *)(((char *)rec) + lb_table->table_bytes);
|
||||
|
Reference in New Issue
Block a user