From 57b3be8839b02d6d8d1c9d10d9fbb5cf2d946d6f Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Mon, 13 Feb 2023 15:48:43 +1100 Subject: flashrom.c: Trivial code style fix Change-Id: Iacdb62067a8d22261d4eabe73ad96168eb11417c Signed-off-by: Edward O'Callaghan Reviewed-on: https://review.coreboot.org/c/flashrom/+/72968 Tested-by: build bot (Jenkins) Reviewed-by: Sam McNally --- flashrom.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'flashrom.c') diff --git a/flashrom.c b/flashrom.c index d17e04bdb..62e575761 100644 --- a/flashrom.c +++ b/flashrom.c @@ -1282,8 +1282,7 @@ static int selfcheck_eraseblocks(const struct flashchip *chip) ret = 1; } } - if(curr_eraseblock_count > prev_eraseblock_count) - { + if (curr_eraseblock_count > prev_eraseblock_count) { msg_gerr("ERROR: Flash chip %s erase function %i is not " "in order. Please report a bug at flashrom@flashrom.org\n", chip->name, k); -- cgit v1.2.3