Attention is currently required from: Nico Huber, Anastasia Klimchuk. Hello build bot (Jenkins), Nico Huber, Edward O'Callaghan, Angel Pons,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/54862
to look at the new patch set (#2).
Change subject: serprog.c: Use braces in both branches of conditional statement ......................................................................
serprog.c: Use braces in both branches of conditional statement
As per the coding style, if one branch of a conditional statement needs braces, all other branches need to have braces as well.
BUG=b:185191942 TEST=builds
Change-Id: I4fdccbd66f0351af98811bf7c2d8e15f0a99d852 Signed-off-by: Anastasia Klimchuk aklm@chromium.org --- M serprog.c 1 file changed, 13 insertions(+), 9 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/62/54862/2