summaryrefslogtreecommitdiffstats
path: root/polyp/protocol-esound.c
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/protocol-esound.c')
-rw-r--r--polyp/protocol-esound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/protocol-esound.c b/polyp/protocol-esound.c
index 91e6b7d6..7a141d3a 100644
--- a/polyp/protocol-esound.c
+++ b/polyp/protocol-esound.c
@@ -202,7 +202,7 @@ static struct pa_sink* get_output_sink(struct pa_protocol_esound *p) {
p->sink_index = s ? s->index : PA_IDXSET_INVALID;
return s;
}
-
+
static struct pa_source* get_input_source(struct pa_protocol_esound *p) {
struct pa_source *s;
assert(p);