From 2f1d0076b3e3b8a85ae0e698949079305cac87a2 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Thu, 4 Oct 2018 10:42:42 +0200 Subject: Remove unneeded whitespace Change-Id: I0e72e3e3736a39685b7f166c5e6b06cc241b26be Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/28707 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- flashrom.c | 1 - 1 file changed, 1 deletion(-) (limited to 'flashrom.c') 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; -- cgit v1.2.3