summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/write-mgr-file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/write-mgr-file.c b/src/write-mgr-file.c
index ca66483a..6a02fff8 100644
--- a/src/write-mgr-file.c
+++ b/src/write-mgr-file.c
@@ -292,7 +292,7 @@ write_presence (GKeyFile *f,
gboolean may_set_on_self, can_have_msg;
gchar *key, *value;
- key = g_strdup_printf("status-%s", id);
+ key = g_strdup_printf ("status-%s", id);
tp_value_array_unpack (status, 3, &type, &may_set_on_self, &can_have_msg);