mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-01-02 11:08:48 -05:00
tools: improve indentation
This commit is contained in:
parent
858d4e9e1c
commit
27dbbd40c9
13 changed files with 136 additions and 136 deletions
|
|
@ -564,7 +564,7 @@ static bool do_disconnect(struct data *data, const char *cmd, char *args, char *
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
no_remote:
|
no_remote:
|
||||||
*error = spa_aprintf("Remote %d does not exist", idx);
|
*error = spa_aprintf("Remote %d does not exist", idx);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
@ -599,7 +599,7 @@ static bool do_switch_remote(struct data *data, const char *cmd, char *args, cha
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
no_remote:
|
no_remote:
|
||||||
*error = spa_aprintf("Remote %d does not exist", idx);
|
*error = spa_aprintf("Remote %d does not exist", idx);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
@ -1683,7 +1683,7 @@ static bool do_export_node(struct data *data, const char *cmd, char *args, char
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
no_remote:
|
no_remote:
|
||||||
*error = spa_aprintf("Remote %d does not exist", idx);
|
*error = spa_aprintf("Remote %d does not exist", idx);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue