mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
Style fix: Add a space between the closing/opening bracket
This patch replaces every occurrence of '){' with ') {'.
The ffmpeg source tree was excluded since it will disappear anyways.
Command used for this:
find . -type d \( -name ffmpeg \) -prune -o \
-regex '\(.*\.[hc]\|.*\.cc\)' \
-exec sed -i -e 's/){/) {/' {} \;
This commit is contained in:
parent
faf991ce22
commit
cbd274676d
9 changed files with 121 additions and 121 deletions
|
|
@ -1605,7 +1605,7 @@ int main(int argc, char *argv[]) {
|
|||
else if (pa_streq(argv[optind], "list")) {
|
||||
action = LIST;
|
||||
|
||||
for (int i = optind+1; i < argc; i++){
|
||||
for (int i = optind+1; i < argc; i++) {
|
||||
if (pa_streq(argv[i], "modules") || pa_streq(argv[i], "clients") ||
|
||||
pa_streq(argv[i], "sinks") || pa_streq(argv[i], "sink-inputs") ||
|
||||
pa_streq(argv[i], "sources") || pa_streq(argv[i], "source-outputs") ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue