Style fix: Add a space betwen the if statement and the opening bracket
authorpoljar (Damir Jelić) <poljarinho@gmail.com>
Tue, 18 Jun 2013 14:45:20 +0000 (16:45 +0200)
committerTanu Kaskinen <tanu.kaskinen@linux.intel.com>
Mon, 24 Jun 2013 13:56:24 +0000 (16:56 +0300)
commitfaf991ce220dcb7be3eeb9d8ad36af76becc7188
tree6e39046544381d762d66f5ad898fdb11dba6bd62
parent5e11ea06efbba02cfb76bffcba193fcc963e4e0f
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 (/' {} \;
src/modules/module-equalizer-sink.c
src/modules/module-mmkbd-evdev.c
src/modules/module-virtual-source.c
src/modules/oss/oss-util.c
src/pulsecore/protocol-http.c
src/pulsecore/random.c