summaryrefslogtreecommitdiff
path: root/flash_erase.c
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@gmail.com>2006-10-09 20:49:57 -0500
committerJosh Boyer <jwboyer@gmail.com>2006-10-09 20:49:57 -0500
commit37f40f5574e04ae050507133ade8fe0e6bae2f0d (patch)
treec1100ad9ef33d3d7097a00459e0e3de03d2a3b75 /flash_erase.c
parent6041c88699b0b81a9cdc48a93e96629d99966137 (diff)
Fixup whitespace
Signed-off-by: Josh Boyer <jwboyer@gmail.com>
Diffstat (limited to 'flash_erase.c')
-rw-r--r--flash_erase.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/flash_erase.c b/flash_erase.c
index cf263fe..fdf9918 100644
--- a/flash_erase.c
+++ b/flash_erase.c
@@ -1,6 +1,6 @@
/*
* flash_erase.c -- erase parts of a MTD device
-*/
+ */
#include <unistd.h>
#include <stdlib.h>
@@ -144,7 +144,7 @@ int main(int argc,char *argv[])
if (1 >= argc || !strcmp(argv[1], "-h") || !strcmp (argv[1], "--help") ) {
printf("Usage: flash_erase MTD-device [start] [cnt (# erase blocks)] [lock]\n"
- " flash_erase -h | --help\n") ;
+ " flash_erase -h | --help\n") ;
return 16 ;
}