mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-27 07:02:34 +02:00
CID1130004: Nesting level does not match indentation
Corresponding to flashrom svn r1770. Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
This commit is contained in:
parent
69dd09d881
commit
f94d9ceaa6
1
print.c
1
print.c
@ -436,6 +436,7 @@ static void print_supported_boards_helper(const struct board_info *boards,
|
|||||||
msg_ginfo("%s", b->name);
|
msg_ginfo("%s", b->name);
|
||||||
for (i = 0; i < maxboardlen - strlen(b->name); i++)
|
for (i = 0; i < maxboardlen - strlen(b->name); i++)
|
||||||
msg_ginfo(" ");
|
msg_ginfo(" ");
|
||||||
|
|
||||||
if (b->working == OK)
|
if (b->working == OK)
|
||||||
msg_ginfo("OK ");
|
msg_ginfo("OK ");
|
||||||
else if (b->working == NT)
|
else if (b->working == NT)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user