examples: fix indent

This commit is contained in:
Théo Lebrun 2023-06-08 15:31:18 +02:00 committed by Wim Taymans
parent 7fc83ea417
commit 59756a7c5d
3 changed files with 35 additions and 35 deletions

View file

@ -11,9 +11,9 @@ int main(int argc, char *argv[])
pw_init(&argc, &argv);
fprintf(stdout, "Compiled with libpipewire %s\n"
"Linked with libpipewire %s\n",
pw_get_headers_version(),
pw_get_library_version());
"Linked with libpipewire %s\n",
pw_get_headers_version(),
pw_get_library_version());
return 0;
}
/* [code] */