summaryrefslogtreecommitdiff
path: root/src/interface.h
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2011-10-21 12:58:42 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2011-10-21 23:13:41 +0200
commita32e79764c4f4c7120d5a8537f9e77920f23b5c6 (patch)
tree5b85f509bebd351ab1165d30b751e8edc5a0a0c7 /src/interface.h
parentbadb9650df460fa3999ac937958ac05f97eaad88 (diff)
downloadpa-sink-ctl-a32e79764c4f4c7120d5a8537f9e77920f23b5c6.tar.gz
pa-sink-ctl-a32e79764c4f4c7120d5a8537f9e77920f23b5c6.tar.bz2
pa-sink-ctl-a32e79764c4f4c7120d5a8537f9e77920f23b5c6.zip
Fix ident mistakes introduces by previous mass changes
Variables were substituted by sed, so indentation got messed up.
Diffstat (limited to 'src/interface.h')
-rw-r--r--src/interface.h15
1 files changed, 11 insertions, 4 deletions
diff --git a/src/interface.h b/src/interface.h
index e9e47eb..8b58621 100644
--- a/src/interface.h
+++ b/src/interface.h
@@ -7,9 +7,16 @@
struct context;
-void print_sink_list(struct context *ctx);
-void interface_init(struct context *ctx);
-void interface_clear(struct context *ctx);
-void interface_set_status(struct context *ctx, const gchar *);
+void
+print_sink_list(struct context *ctx);
+
+void
+interface_init(struct context *ctx);
+
+void
+interface_clear(struct context *ctx);
+
+void
+interface_set_status(struct context *ctx, const gchar *);
#endif