Fix minor coding style issue
authorJens Georg <mail@jensge.org>
Wed, 20 Jul 2011 18:45:19 +0000 (20:45 +0200)
committerJens Georg <mail@jensge.org>
Wed, 20 Jul 2011 18:57:06 +0000 (20:57 +0200)
libgssdp/gssdp-client.c

index 8b8e3f9..6a42b5d 100644 (file)
@@ -554,6 +554,7 @@ gssdp_client_new (GMainContext *main_context,
                 g_warning ("GSSDPClient:main-context is deprecated."
                            " Please use g_main_context_push_thread_default()");
         }
+
         return g_initable_new (GSSDP_TYPE_CLIENT,
                                NULL,
                                error,