1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-28 15:33:42 +02:00

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>
This commit is contained in:
Elyes HAOUAS 2018-10-04 10:42:42 +02:00 committed by Nico Huber
parent 1a7fb6e0c3
commit 2f1d0076b3
2 changed files with 1 additions and 2 deletions

View File

@ -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;