summaryrefslogtreecommitdiffstats
path: root/ax25
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2017-01-30 11:06:51 +0100
committerRalf Baechle <ralf@linux-mips.org>2017-02-06 23:43:46 +0100
commitd29e07686ce96f6ba2b18c3682d3117a98534484 (patch)
tree813e822d4548d13308bb5bdf00cc5f52b79b2089 /ax25
parenteef33ed04b50313efc15d0be9ba9881d1b4e220e (diff)
bpqparms: Fix excessive indentation in usage().
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'ax25')
-rw-r--r--ax25/bpqparms.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/ax25/bpqparms.c b/ax25/bpqparms.c
index 225f111..1c70038 100644
--- a/ax25/bpqparms.c
+++ b/ax25/bpqparms.c
@@ -38,10 +38,10 @@
static void usage(void)
{
- fprintf(stderr, "usage : bpqparms dev -d address [-a address]\n");
- fprintf(stderr, "examples: bpqparms bpq0 -d 00:80:AD:1B:05:26\n");
- fprintf(stderr, " bpqparms bpq0 -d broadcast -a 00:80:AD:1B:05:26\n");
- exit(1);
+ fprintf(stderr, "usage : bpqparms dev -d address [-a address]\n");
+ fprintf(stderr, "examples: bpqparms bpq0 -d 00:80:AD:1B:05:26\n");
+ fprintf(stderr, " bpqparms bpq0 -d broadcast -a 00:80:AD:1B:05:26\n");
+ exit(1);
}
static int get_hwaddr(unsigned char *k, char *s)