summaryrefslogtreecommitdiffstats
path: root/flash_rom.c
diff options
context:
space:
mode:
authorOllie Lho <ollie@sis.com.tw>2004-09-07 21:31:47 +0000
committerOllie Lho <ollie@sis.com.tw>2004-09-07 21:31:47 +0000
commitaf47477c29839002644d235667a78207b04acc0a (patch)
tree9f2d3a903edb24fa4ad975ef8868fa932030b569 /flash_rom.c
parente66bdb307a1ec3407d8959abc0ebca96cf056fc1 (diff)
downloadast2050-flashrom-af47477c29839002644d235667a78207b04acc0a.zip
ast2050-flashrom-af47477c29839002644d235667a78207b04acc0a.tar.gz
Code reformat
Corresponding to flashrom svn r22 and coreboot v2 svn r1647.
Diffstat (limited to 'flash_rom.c')
-rw-r--r--flash_rom.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/flash_rom.c b/flash_rom.c
index 4ce5d8b..6abd489 100644
--- a/flash_rom.c
+++ b/flash_rom.c
@@ -238,8 +238,7 @@ int main(int argc, char *argv[])
printf("Part is %s\n", flash->name);
if (!filename) {
- printf
- ("OK, only ENABLING flash write, but NOT FLASHING\n");
+ printf("OK, only ENABLING flash write, but NOT FLASHING\n");
return 0;
}
size = flash->total_size * 1024;
OpenPOWER on IntegriCloud