summaryrefslogtreecommitdiff
path: root/src/pulse/channelmap.c
diff options
context:
space:
mode:
authorpoljar (Damir Jelić) <poljarinho@gmail.com>2013-06-18 22:17:48 +0200
committerTanu Kaskinen <tanu.kaskinen@linux.intel.com>2013-06-24 16:56:24 +0300
commit97da92d894c2a29bc3ccf60dc904e4099b30f47e (patch)
treef266b42234834b34a767618a3e917d5724d0ecad /src/pulse/channelmap.c
parente95d054e40f65bdf84bf80d289d6cbcdc3b076d5 (diff)
downloadpulseaudio-97da92d894c2a29bc3ccf60dc904e4099b30f47e.tar.gz
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.
Diffstat (limited to 'src/pulse/channelmap.c')
-rw-r--r--src/pulse/channelmap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pulse/channelmap.c b/src/pulse/channelmap.c
index 0d199f350..f635cc17e 100644
--- a/src/pulse/channelmap.c
+++ b/src/pulse/channelmap.c
@@ -392,7 +392,6 @@ pa_channel_map* pa_channel_map_init_auto(pa_channel_map *m, unsigned channels, p
return NULL;
}
-
default:
pa_assert_not_reached();
}