build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/44173 )
Change subject: src: Use space after 'if', 'for' ......................................................................
Patch Set 1:
(4 comments)
https://review.coreboot.org/c/coreboot/+/44173/1/src/mainboard/google/peach_... File src/mainboard/google/peach_pit/mainboard.c:
https://review.coreboot.org/c/coreboot/+/44173/1/src/mainboard/google/peach_... PS1, Line 257: for (i = 0; i < 1000; i++){ space required before the open brace '{'
https://review.coreboot.org/c/coreboot/+/44173/1/src/mainboard/google/peach_... File src/mainboard/google/peach_pit/romstage.c:
https://review.coreboot.org/c/coreboot/+/44173/1/src/mainboard/google/peach_... PS1, Line 132: for (i = 0; i < 256*1048576; i++){ space required before the open brace '{'
https://review.coreboot.org/c/coreboot/+/44173/1/src/mainboard/google/peach_... PS1, Line 138: for (i = 0; i < 256*1048576; i++){ space required before the open brace '{'
https://review.coreboot.org/c/coreboot/+/44173/1/src/mainboard/google/peach_... PS1, Line 180: for (i = 0; i < amt; i += 4){ space required before the open brace '{'