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 --- rfdformat.c | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'rfdformat.c') diff --git a/rfdformat.c b/rfdformat.c index dbe1229..aa0f01c 100644 --- a/rfdformat.c +++ b/rfdformat.c @@ -34,21 +34,21 @@ void display_help(void) { printf("Usage: " PROGRAM " [OPTIONS] MTD-device\n" - "Formats NOR flash for resident flash disk\n" - "\n" - "-h --help display this help and exit\n" - "-V --version output version information and exit\n"); + "Formats NOR flash for resident flash disk\n" + "\n" + "-h --help display this help and exit\n" + "-V --version output version information and exit\n"); exit(0); } void display_version(void) { - printf(PROGRAM " " VERSION "\n" - "\n" - "This is free software; see the source for copying conditions. There is NO\n" - "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"); + printf(PROGRAM " " VERSION "\n" + "\n" + "This is free software; see the source for copying conditions. There is NO\n" + "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"); - exit(0); + exit(0); } void process_options(int argc, char *argv[], const char **mtd_filename) @@ -70,15 +70,15 @@ void process_options(int argc, char *argv[], const char **mtd_filename) break; switch (c) { - case 'h': - display_help(); - break; - case 'V': - display_version(); - break; - case '?': - error = 1; - break; + case 'h': + display_help(); + break; + case 'V': + display_version(); + break; + case '?': + error = 1; + break; } } -- cgit v1.2.3