mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-10 13:30:05 -05:00
tools: improve indentation
This commit is contained in:
parent
858d4e9e1c
commit
27dbbd40c9
13 changed files with 136 additions and 136 deletions
|
|
@ -70,15 +70,15 @@ static void do_quit(void *data, int signal_number)
|
|||
|
||||
static void show_help(const char *name, bool error)
|
||||
{
|
||||
fprintf(error ? stderr : stdout, "%s [options]\n"
|
||||
" -h, --help Show this help\n"
|
||||
" --version Show version\n"
|
||||
" -n, --name Name to reserve (Audio0, Midi0, Video0, ..)\n"
|
||||
" -a, --appname Application Name (default %s)\n"
|
||||
" -p, --priority Priority (default %d)\n"
|
||||
" -m, --monitor Monitor only, don't try to acquire\n"
|
||||
" -r, --release Request release when busy\n",
|
||||
name, DEFAULT_APPNAME, DEFAULT_PRIORITY);
|
||||
fprintf(error ? stderr : stdout, "%s [options]\n"
|
||||
" -h, --help Show this help\n"
|
||||
" --version Show version\n"
|
||||
" -n, --name Name to reserve (Audio0, Midi0, Video0, ..)\n"
|
||||
" -a, --appname Application Name (default %s)\n"
|
||||
" -p, --priority Priority (default %d)\n"
|
||||
" -m, --monitor Monitor only, don't try to acquire\n"
|
||||
" -r, --release Request release when busy\n",
|
||||
name, DEFAULT_APPNAME, DEFAULT_PRIORITY);
|
||||
}
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue