drivers/mrc_cache: Redo indenting

Indent continuation lines of an if test farther than its "true"
expression to be executed.

Change-Id: I3dfa4049761095dcbb6797f1533d6a513e3b503c
Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37720
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Marshall Dawson 2019-12-13 18:13:42 -07:00
parent 9f4c4856f3
commit d912df22a8
1 changed files with 2 additions and 2 deletions

View File

@ -415,8 +415,8 @@ static void update_mrc_cache_by_type(int type)
printk(BIOS_DEBUG, "MRC: cache data '%s' needs update.\n", cr->name);
if (region_file_update_data(&cache_file,
cbmem_entry_start(to_be_updated),
cbmem_entry_size(to_be_updated)) < 0)
cbmem_entry_start(to_be_updated),
cbmem_entry_size(to_be_updated)) < 0)
log_event_cache_update(cr->elog_slot, UPDATE_FAILURE);
else
log_event_cache_update(cr->elog_slot, UPDATE_SUCCESS);