]> code.delx.au - pulseaudio/commit
Style fix: Add a space between the closing/opening bracket
authorpoljar (Damir Jelić) <poljarinho@gmail.com>
Tue, 18 Jun 2013 14:45:30 +0000 (16:45 +0200)
committerTanu Kaskinen <tanu.kaskinen@linux.intel.com>
Mon, 24 Jun 2013 13:56:24 +0000 (16:56 +0300)
commitcbd274676d510b755e9b670e40228d490707a5b8
tree042dd057ac398b9bd92fa85e68568d67971458d3
parentfaf991ce220dcb7be3eeb9d8ad36af76becc7188
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/){/) {/' {} \;
src/daemon/ltdl-bind-now.c
src/modules/gconf/module-gconf.c
src/modules/module-equalizer-sink.c
src/modules/x11/module-x11-xsmp.c
src/modules/xen/module-xenpv-sink.c
src/pulse/volume.c
src/pulsecore/dbus-shared.c
src/pulsecore/source-output.c
src/utils/pactl.c