Break function declaration down to two lines
authorMarcel Holtmann <marcel@holtmann.org>
Tue, 25 May 2010 09:06:03 +0000 (11:06 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 25 May 2010 09:06:03 +0000 (11:06 +0200)
src/main.c

index 5818099..0ba7521 100644 (file)
@@ -67,7 +67,8 @@ static gboolean option_compat = FALSE;
 static gboolean option_selftest = FALSE;
 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);