aboutsummaryrefslogtreecommitdiffstats
path: root/flashrom.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-10-04 10:42:42 +0200
committerNico Huber <nico.h@gmx.de>2018-10-05 11:36:07 +0000
commit2f1d0076b3e3b8a85ae0e698949079305cac87a2 (patch)
tree3654cda71f7827f494b2817632edc705ae2ae11a /flashrom.c
parent1a7fb6e0c327bc23290ad02a2b97410f15fdde4a (diff)
downloadflashrom-2f1d0076b3e3b8a85ae0e698949079305cac87a2.tar.gz
flashrom-2f1d0076b3e3b8a85ae0e698949079305cac87a2.tar.bz2
flashrom-2f1d0076b3e3b8a85ae0e698949079305cac87a2.zip
Remove unneeded whitespace
Change-Id: I0e72e3e3736a39685b7f166c5e6b06cc241b26be Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/28707 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'flashrom.c')
-rw-r--r--flashrom.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/flashrom.c b/flashrom.c
index c41801a9..59a7531f 100644
--- a/flashrom.c
+++ b/flashrom.c
@@ -654,7 +654,6 @@ char *extract_param(const char *const *haystack, const char *needle, const char
return NULL;
/* Needle followed by '='? */
if (param_pos[needlelen] == '=') {
-
/* Beginning of the string? */
if (param_pos == *haystack)
break;