telepathy-salut: Fix coding style typo

Xavier Claessens xclaesse at kemper.freedesktop.org
Thu Sep 19 08:40:55 PDT 2013


Module: telepathy-salut
Branch: master
Commit: ccd80ddabd71e49c51a2b384b313bf87dc79c35a
URL:    http://cgit.freedesktop.org/telepathy/telepathy-salut/commit/?id=ccd80ddabd71e49c51a2b384b313bf87dc79c35a

Author: Xavier Claessens <xavier.claessens at collabora.co.uk>
Date:   Thu Sep 19 11:40:30 2013 -0400

Fix coding style typo

---

 src/write-mgr-file.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/write-mgr-file.c b/src/write-mgr-file.c
index ca66483..6a02fff 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);
 



More information about the telepathy-commits mailing list