diff options
author | Stephan Guilloux <stephan.guilloux@free.fr> | 2009-04-21 01:46:07 +0000 |
---|---|---|
committer | Peter Stuge <peter@stuge.se> | 2009-04-21 01:46:07 +0000 |
commit | 72cf5656634f591c2a3c45debdeb7d1233941523 (patch) | |
tree | 435e57567590ca20b31c837cde2dc40f0d74b135 | |
parent | fd31550168cf05441d8f746e8db08ea1352770bd (diff) | |
download | flashrom-72cf5656634f591c2a3c45debdeb7d1233941523.tar.gz flashrom-72cf5656634f591c2a3c45debdeb7d1233941523.tar.bz2 flashrom-72cf5656634f591c2a3c45debdeb7d1233941523.zip |
Trivial indent fix
Corresponding to flashrom svn r436 and coreboot v2 svn r4149.
Signed-off-by: Stephan Guilloux <stephan.guilloux@free.fr>
Acked-by: Peter Stuge <peter@stuge.se>
-rw-r--r-- | flashchips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flashchips.c b/flashchips.c index dae07911..32230c3f 100644 --- a/flashchips.c +++ b/flashchips.c @@ -2225,4 +2225,4 @@ struct flashchip flashchips[] = { }, { NULL } - }; +}; |