tools: improve indentation

This commit is contained in:
Wim Taymans 2024-02-09 10:24:34 +01:00
parent 858d4e9e1c
commit 27dbbd40c9
13 changed files with 136 additions and 136 deletions

View file

@ -564,7 +564,7 @@ static bool do_disconnect(struct data *data, const char *cmd, char *args, char *
return true;
no_remote:
no_remote:
*error = spa_aprintf("Remote %d does not exist", idx);
return false;
}
@ -599,7 +599,7 @@ static bool do_switch_remote(struct data *data, const char *cmd, char *args, cha
return true;
no_remote:
no_remote:
*error = spa_aprintf("Remote %d does not exist", idx);
return false;
}
@ -1683,7 +1683,7 @@ static bool do_export_node(struct data *data, const char *cmd, char *args, char
return true;
no_remote:
no_remote:
*error = spa_aprintf("Remote %d does not exist", idx);
return false;
}