From 37f40f5574e04ae050507133ade8fe0e6bae2f0d Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Mon, 9 Oct 2006 20:49:57 -0500 Subject: Fixup whitespace Signed-off-by: Josh Boyer --- flash_erase.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'flash_erase.c') 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 #include @@ -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 ; } -- cgit v1.2.3