pulseaudio/src
poljar (Damir Jelić) faf991ce22 Style fix: Add a space betwen the if statement and the opening bracket
This patch replaces every occurrence of 'if(' with 'if ('.
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/ if(/ if (/' {} \;
2013-06-24 16:56:24 +03:00
..
daemon cli, log: Improve the set-log-target functionality 2013-06-20 16:34:57 +03:00
modules Style fix: Add a space betwen the if statement and the opening bracket 2013-06-24 16:56:24 +03:00
pulse mainloop: Document need for mainloop lock around pa_mainloop_api_once 2013-06-18 08:20:05 +05:30
pulsecore Style fix: Add a space betwen the if statement and the 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 pactl: Use colon to separate priority in profiles output 2013-06-04 00:38:43 +05:30
.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