summaryrefslogtreecommitdiffstats
path: root/sfdp.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 /sfdp.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 'sfdp.c')
-rw-r--r--sfdp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfdp.c b/sfdp.c
index e1568c022..97f562079 100644
--- a/sfdp.c
+++ b/sfdp.c
@@ -136,7 +136,7 @@ static int sfdp_fill_flash(struct flashchip *chip, uint8_t *buf, uint16_t len)
return 1;
}
msg_cdbg2("\n");
-
+
/* 1. double word */
tmp32 = ((unsigned int)buf[(4 * 0) + 0]);
tmp32 |= ((unsigned int)buf[(4 * 0) + 1]) << 8;