build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/26303 )
Change subject: src/console: Fix coding style ......................................................................
Patch Set 3:
(2 comments)
https://review.coreboot.org/#/c/26303/3/src/console/vtxprintf.c File src/console/vtxprintf.c:
https://review.coreboot.org/#/c/26303/3/src/console/vtxprintf.c@107 PS3, Line 107: if (i > precision) { braces {} are not necessary for single statement blocks
https://review.coreboot.org/#/c/26303/3/src/console/vtxprintf.c@200 PS3, Line 200: if (precision < 0) { braces {} are not necessary for single statement blocks