From a32e79764c4f4c7120d5a8537f9e77920f23b5c6 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Fri, 21 Oct 2011 12:58:42 +0200 Subject: Fix ident mistakes introduces by previous mass changes Variables were substituted by sed, so indentation got messed up. --- src/interface.h | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'src/interface.h') 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 -- cgit