summaryrefslogtreecommitdiffstats
path: root/flashrom.c
diff options
context:
space:
mode:
Diffstat (limited to 'flashrom.c')
-rw-r--r--flashrom.c3
1 files changed, 1 insertions, 2 deletions
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);