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

@ -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;
}