From 6322542719c9165aa9fad5bd9ded53722ebab3eb Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 25 May 2010 11:08:58 +0200 Subject: Break function declaration down to two lines --- src/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/main.c b/src/main.c index 8f4092cd..d8df2f23 100644 --- a/src/main.c +++ b/src/main.c @@ -96,7 +96,8 @@ static gchar *option_debug = NULL; static gboolean option_detach = TRUE; static gboolean option_version = FALSE; -static gboolean parse_debug(const char *key, const char *value, gpointer user_data, GError **error) +static gboolean parse_debug(const char *key, const char *value, + gpointer user_data, GError **error) { if (value) option_debug = g_strdup(value); -- cgit v1.2.3