pulseaudio/src/modules/echo-cancel
poljar (Damir Jelić) 97da92d894 Whitespace cleanup: Remove all multiple newlines
This patch removes all occurrences of double and triple
newlines.

Command used for this:
find .  -type d \( -name ffmpeg \) -prune -o \
        -regex '\(.*\.[hc]\|.*\.cc\)' \
        -a -not -name 'adrian-aec.*' -a -not \
        -name reserve.c -a -not -name 'rtkit.*' \
        -exec sed -i -e '/^$/{N;s/^\n$//}' {} \;

Two passes were needed to remove triple newlines.
The excluded files are mirrored files from external sources.
2013-06-24 16:56:24 +03:00
..
adrian-aec.c echo-cancel: Fix uninitialized variable dotp_xf_xf of AEC struct 2013-02-15 21:24:36 +02:00
adrian-aec.h echo-cancel: Fix memory leak / deinitialization of Adrian AEC 2013-02-14 16:23:38 +02:00
adrian-aec.orc echo-cancel: Make Orc file names less silly 2011-02-01 11:51:46 +05:30
adrian-license.txt echo-cancel: Add alternative echo-cancellation implementation 2010-09-07 15:12:12 +05:30
adrian.c Style fix: Remove new lines from opening brackets 2013-06-24 16:56:24 +03:00
adrian.h echo-cancel: Fix memory leak / deinitialization of Adrian AEC 2013-02-14 16:23:38 +02:00
echo-cancel.h echo-cancel: Enable different sample specs for rec and out stream 2013-02-18 19:16:40 +02:00
module-echo-cancel.c Whitespace cleanup: Remove all multiple newlines 2013-06-24 16:56:24 +03:00
null.c echo-cancel: Enable different sample specs for rec and out stream 2013-02-18 19:16:40 +02:00
speex.c Whitespace cleanup: Remove all multiple newlines 2013-06-24 16:56:24 +03:00
webrtc.cc Whitespace cleanup: Remove all multiple newlines 2013-06-24 16:56:24 +03:00