summaryrefslogtreecommitdiff
path: root/tests/test-tpl-conf.c
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2011-03-17 16:00:18 -0400
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2011-03-17 16:00:18 -0400
commit1ce4e6f91e31b4f77bbb7c33addc771d73464e09 (patch)
treef6684b92a20ca36c717a5759449ff4616b8ed841 /tests/test-tpl-conf.c
parent5cdd1eb97a3dd9b1f4154682e47f5f5e7519bd83 (diff)
downloadtelepathy-logger-1ce4e6f91e31b4f77bbb7c33addc771d73464e09.tar.gz
Workaround style checker false positive
Diffstat (limited to 'tests/test-tpl-conf.c')
-rw-r--r--tests/test-tpl-conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-tpl-conf.c b/tests/test-tpl-conf.c
index eefd6da..08c00a9 100644
--- a/tests/test-tpl-conf.c
+++ b/tests/test-tpl-conf.c
@@ -14,7 +14,7 @@ main (int argc, char **argv)
g_assert (conf == conf2);
/* unref the second singleton pointer and check that the it is still
- * valid: checking correct object ref-counting after each _dup() call */
+ * valid: checking correct object ref-counting after each _dup () call */
g_object_unref (conf2);
g_assert (TPL_IS_CONF (conf));