Attention is currently required from: Nico Huber, Frans Hendriks. Hello build bot (Jenkins), Nico Huber, HAOUAS Elyes,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/49960
to look at the new patch set (#2).
Change subject: console/vtxprintf.c: Correct code style ......................................................................
console/vtxprintf.c: Correct code style
Revise the following aspects to follow coreboot's coding style: - Drop braces for single-statement condition. - Use same indent for switch and case. - Trailing statements on next line.
BUG = N/A TEST = Build Compulab Intense-PC with secure oprom enabled
Change-Id: Ibb200bf7dd1ef7632aa4e1213bce72d9165560c9 Signed-off-by: Frans Hendriks fhendriks@eltan.com --- M src/console/vtxprintf.c 1 file changed, 21 insertions(+), 12 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/60/49960/2