]> git.0d.be Git - empathy.git/blobdiff - libempathy/gossip-utils.c
[darcs-to-svn @ Syncing new contact list stuff from gossip]
[empathy.git] / libempathy / gossip-utils.c
index 430a2f0999b73b19900f7834f8aa37457f464b2b..3dc4afd4842b6083a64d9a29875583515a3c312d 100644 (file)
@@ -317,8 +317,7 @@ gossip_dbus_type_to_g_type (const gchar *dbus_type_string)
 const gchar *
 gossip_g_type_to_dbus_type (GType g_type)
 {
-       switch (g_type)
-       {
+       switch (g_type) {
        case G_TYPE_STRING:
                return "s";
        case G_TYPE_BOOLEAN: