lib/selfboot.c: Fix indentation and drop one newline

Change-Id: Ica4254297f5d05e75f852d7e9a9e7bb833dfcea7
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50397
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Angel Pons 2021-02-08 18:45:21 +01:00 committed by Patrick Georgi
parent 56a676e5d0
commit 6f4dc8f7a4
1 changed files with 54 additions and 55 deletions

View File

@ -114,7 +114,6 @@ static int load_one_segment(uint8_t *dest,
*/
prog_segment_loaded((uintptr_t)dest, memsz, flags);
return 1;
}