aboutsummaryrefslogtreecommitdiffstats
path: root/dediprog.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-02-04 12:16:38 +0100
committerNico Huber <nico.h@gmx.de>2019-03-04 15:46:25 +0000
commit0cacb11c6252b6e1f4f0a2a33b47717ff22995d9 (patch)
tree062ee516f90ae51baf0f5c0f8ffe27c8c91bc4bb /dediprog.c
parent1cf369fb59546e705c5ca9368e629681c98b2893 (diff)
downloadflashrom-0cacb11c6252b6e1f4f0a2a33b47717ff22995d9.tar.gz
flashrom-0cacb11c6252b6e1f4f0a2a33b47717ff22995d9.tar.bz2
flashrom-0cacb11c6252b6e1f4f0a2a33b47717ff22995d9.zip
Remove trailing whitespace
Change-Id: I1ff9418bcf150558ce7c97fafa3a68e5fa59f11e Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/31227 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'dediprog.c')
-rw-r--r--dediprog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dediprog.c b/dediprog.c
index 72818ea9..44a0018d 100644
--- a/dediprog.c
+++ b/dediprog.c
@@ -697,7 +697,7 @@ static int dediprog_spi_send_command(struct flashctx *flash,
msg_perr("Invalid readcnt=%i, aborting.\n", readcnt);
return 1;
}
-
+
unsigned int idx, value;
/* New protocol has options and timeout combined as value while the old one used the value field for
* timeout and the index field for options. */