From 695e3efd921dac7848066b6b64ef5e2ebbe7f526 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 5 Jun 2013 15:34:49 +0200 Subject: Reformat consistently. Strictly whitespace changes only. Indentation by tabs only. Move case labels in switches are on the same level as the switch keyword. Signed-off-by: Ralf Baechle --- ax25rtd/ax25rtctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ax25rtd') diff --git a/ax25rtd/ax25rtctl.c b/ax25rtd/ax25rtctl.c index 62d8a02..60cca95 100644 --- a/ax25rtd/ax25rtctl.c +++ b/ax25rtd/ax25rtctl.c @@ -63,7 +63,7 @@ static void usage(void) fprintf(stderr, " -r|--reload\n"); fprintf(stderr, " -q|--shutdown\n"); fprintf(stderr, " -V|--Version\n"); - fprintf(stderr, " -h|--help\n"); + fprintf(stderr, " -h|--help\n"); fprintf(stderr, " -v|--version\n"); exit(1); } -- cgit v1.2.3