summaryrefslogtreecommitdiff
path: root/src/pulsecore/esound.h
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/pulsecore/esound.h
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/pulsecore/esound.h')
-rw-r--r--src/pulsecore/esound.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pulsecore/esound.h b/src/pulsecore/esound.h
index 965f4db7b..5d6ec9507 100644
--- a/src/pulsecore/esound.h
+++ b/src/pulsecore/esound.h
@@ -24,7 +24,6 @@
/* Most of the following is blatantly stolen from esound. */
-
/* path and name of the default EsounD domain socket */
#define ESD_UNIX_SOCKET_DIR "/tmp/.esd"
#define ESD_UNIX_SOCKET_NAME "/tmp/.esd/socket"
@@ -51,7 +50,6 @@
#define ESD_VOLUME_BASE (256)
-
/*************************************/
/* what can we do to/with the EsounD */
enum esd_proto {
@@ -205,5 +203,4 @@ typedef int esd_client_state_t;
/* server and the client match; if it's SWAP_ENDIAN_KEY, swap data */
#define ESD_SWAP_ENDIAN_KEY (PA_UINT32_SWAP(ESD_ENDIAN_KEY))
-
#endif