mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-10 04:27:48 -05:00
tools: improve indentation
This commit is contained in:
parent
858d4e9e1c
commit
27dbbd40c9
13 changed files with 136 additions and 136 deletions
|
|
@ -65,7 +65,7 @@ static const struct pw_impl_module_events module_events = {
|
|||
|
||||
static void show_help(struct data *data, const char *name, bool error)
|
||||
{
|
||||
fprintf(error ? stderr : stdout, "%s [options]\n"
|
||||
fprintf(error ? stderr : stdout, "%s [options]\n"
|
||||
" -h, --help Show this help\n"
|
||||
" --version Show version\n"
|
||||
" -r, --remote Remote daemon name\n"
|
||||
|
|
@ -198,7 +198,7 @@ int main(int argc, char *argv[])
|
|||
}
|
||||
|
||||
|
||||
if ((f = open_memstream(&args, &size)) == NULL) {
|
||||
if ((f = open_memstream(&args, &size)) == NULL) {
|
||||
fprintf(stderr, "can't open memstream: %m\n");
|
||||
goto exit;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue