aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/gossip-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/gossip-utils.c')
-rw-r--r--libempathy/gossip-utils.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libempathy/gossip-utils.c b/libempathy/gossip-utils.c
index 430a2f099..3dc4afd48 100644
--- a/libempathy/gossip-utils.c
+++ b/libempathy/gossip-utils.c
@@ -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: