summaryrefslogtreecommitdiff
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
parent5cdd1eb97a3dd9b1f4154682e47f5f5e7519bd83 (diff)
Workaround style checker false positive
-rw-r--r--tests/dbus/test-tpl-observer.c2
-rw-r--r--tests/test-tpl-conf.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/dbus/test-tpl-observer.c b/tests/dbus/test-tpl-observer.c
index f51d3f6..5e07bb9 100644
--- a/tests/dbus/test-tpl-observer.c
+++ b/tests/dbus/test-tpl-observer.c
@@ -29,7 +29,7 @@ main (int argc, char **argv)
g_assert (obs == obs2);
/* 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 (obs2);
g_assert (TPL_IS_OBSERVER (obs));
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));