mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-28 23:43: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:
parent
1a7fb6e0c3
commit
2f1d0076b3
@ -654,7 +654,6 @@ char *extract_param(const char *const *haystack, const char *needle, const char
|
|||||||
return NULL;
|
return NULL;
|
||||||
/* Needle followed by '='? */
|
/* Needle followed by '='? */
|
||||||
if (param_pos[needlelen] == '=') {
|
if (param_pos[needlelen] == '=') {
|
||||||
|
|
||||||
/* Beginning of the string? */
|
/* Beginning of the string? */
|
||||||
if (param_pos == *haystack)
|
if (param_pos == *haystack)
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user