mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 13:29:59 -05:00
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.
|
||
|---|---|---|
| .. | ||
| adrian-aec.c | ||
| adrian-aec.h | ||
| adrian-aec.orc | ||
| adrian-license.txt | ||
| adrian.c | ||
| adrian.h | ||
| echo-cancel.h | ||
| module-echo-cancel.c | ||
| null.c | ||
| speex.c | ||
| webrtc.cc | ||