mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -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.
|
||
|---|---|---|
| .. | ||
| a2dp-codecs.h | ||
| bluetooth-util.c | ||
| bluetooth-util.h | ||
| module-bluetooth-device.c | ||
| module-bluetooth-discover.c | ||
| module-bluetooth-policy.c | ||
| module-bluetooth-proximity.c | ||
| proximity-helper.c | ||
| rtp.h | ||