telepathy-gabble: placate coding-style check
Simon McVittie
smcv at kemper.freedesktop.org
Mon Sep 23 02:38:40 PDT 2013
Module: telepathy-gabble
Branch: master
Commit: 1b6ebcdeafe2b505e24ad56f29d2b627cc3d04fd
URL: http://cgit.freedesktop.org/telepathy/telepathy-gabble/commit/?id=1b6ebcdeafe2b505e24ad56f29d2b627cc3d04fd
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Fri Sep 20 14:24:50 2013 +0100
placate coding-style check
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69618
Reviewed-by: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
---
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 8670e43..a513a5f 100644
--- a/src/write-mgr-file.c
+++ b/src/write-mgr-file.c
@@ -300,7 +300,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