From 92463dc98338ae0a571e97e62c4163b0f223bb34 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sat, 29 Sep 2012 20:24:18 -0400 Subject: fix whitespace in usage() --- ponymix.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ponymix.c b/ponymix.c index 44cb3a2..6fce1c7 100644 --- a/ponymix.c +++ b/ponymix.c @@ -682,12 +682,12 @@ static void __attribute__((__noreturn__)) usage(FILE *out) { fprintf(out, "usage: %s [options] ...\n", program_invocation_short_name); fputs("\nOptions:\n" - " -h, --help display this help and exit\n" + " -h, --help display this help and exit\n\n" - "\n -d, --device set device mode (default)\n" - " -a, --app set application mode\n" + " -d, --device set device mode (default)\n" + " -a, --app set application mode\n\n" - "\n -o, --sink= control a sink other than the default\n" + " -o, --sink= control a sink other than the default\n" " -i, --source= control a source\n", out); fputs("\nCommon Commands:\n" -- cgit v1.2.3