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 | b9ceb65434731223ce01c1c741a7736c1d29cfc1 (patch) | |
tree | b9b424996bce2637f7ab2cfc01f7e1bf73a1a930 /util/flashrom | |
parent | b266f6fc16d128636c20f2c37772e32b1b9aa922 (diff) | |
download | coreboot-b9ceb65434731223ce01c1c741a7736c1d29cfc1.tar.xz |
flashrom: Trivial indent fix
Signed-off-by: Stephan Guilloux <stephan.guilloux@free.fr>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4149 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom')
-rw-r--r-- | util/flashrom/flashchips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/flashrom/flashchips.c b/util/flashrom/flashchips.c index dae0791180..32230c3f0d 100644 --- a/util/flashrom/flashchips.c +++ b/util/flashrom/flashchips.c @@ -2225,4 +2225,4 @@ struct flashchip flashchips[] = { }, { NULL } - }; +}; |