pulseaudio/src
poljar (Damir Jelić) cbd274676d 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/){/) {/' {} \;
2013-06-24 16:56:24 +03:00
..
daemon Style fix: Add a space between the closing/opening bracket 2013-06-24 16:56:24 +03:00
modules Style fix: Add a space between the closing/opening bracket 2013-06-24 16:56:24 +03:00
pulse Style fix: Add a space between the closing/opening bracket 2013-06-24 16:56:24 +03:00
pulsecore Style fix: Add a space between the closing/opening bracket 2013-06-24 16:56:24 +03:00
tests tests: Make loopback latency test more accurate 2013-06-04 00:38:44 +05:30
utils Style fix: Add a space between the closing/opening bracket 2013-06-24 16:56:24 +03:00
.gitignore .gitignore: Add lo-latency-test 2013-06-06 13:56:30 +03:00
depmod.py remove remaining $ 2008-06-18 22:38:32 +02:00
Makefile.am alsa-mixer: Add "Line Out" path 2013-06-10 17:03:02 +03:00
map-file mainloop: Add API to set thread name for threaded mainloop 2013-06-04 00:38:43 +05:30