mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 13:29:59 -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
|
|
@ -86,7 +86,7 @@ static int bind_now_close(lt_user_data d, lt_module m) {
|
|||
|
||||
pa_assert(m);
|
||||
|
||||
if (dlclose(m) != 0){
|
||||
if (dlclose(m) != 0) {
|
||||
lt_dlseterror(LT_ERROR_CANNOT_CLOSE);
|
||||
return 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue