From a9edab613b25aca1af52e801a408d6d5b4f5354c Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 20 Sep 2013 14:24:50 +0100 Subject: [PATCH 01/10] placate coding-style check --- src/write-mgr-file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 1.8.4.rc3