summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2013-09-19 11:40:30 -0400
committerXavier Claessens <xavier.claessens@collabora.co.uk>2013-09-19 11:40:30 -0400
commitccd80ddabd71e49c51a2b384b313bf87dc79c35a (patch)
tree6c4df08e5cfaca2627ed19863e91e413a1955d67
parentf26447e961ace6d929f1ce8ebc0554ce65cd73aa (diff)
downloadtelepathy-salut-ccd80ddabd71e49c51a2b384b313bf87dc79c35a.tar.gz
Fix coding style typo
-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);