Skip to content

Commit

Permalink
audio_ao, audio_pulse: make usage indent consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
abrasive committed Jun 20, 2013
1 parent 5431aeb commit 9849096
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions audio_ao.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
ao_device *dev = NULL;

static void help(void) {
printf(" -d driver set the output driver\n"
" -o name=value set an arbitrary ao option\n"
" -i id shorthand for -o id=<id>\n"
" -n name shorthand for -o dev=<name> -o dsp=<name>\n"
printf(" -d driver set the output driver\n"
" -o name=value set an arbitrary ao option\n"
" -i id shorthand for -o id=<id>\n"
" -n name shorthand for -o dev=<name> -o dsp=<name>\n"
);
}

Expand Down
8 changes: 4 additions & 4 deletions audio_pulse.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ static pa_simple *pa_dev = NULL;
static int pa_error;

static void help(void) {
printf(" -a server set the server name\n"
" -s sink set the output sink\n"
" -n name set the application name, as seen by PulseAudio\n"
" defaults to the access point name\n"
printf(" -a server set the server name\n"
" -s sink set the output sink\n"
" -n name set the application name, as seen by PulseAudio\n"
" defaults to the access point name\n"
);
}

Expand Down

0 comments on commit 9849096

Please sign in to comment.