From 1ce4e6f91e31b4f77bbb7c33addc771d73464e09 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Thu, 17 Mar 2011 16:00:18 -0400 Subject: Workaround style checker false positive --- tests/dbus/test-tpl-observer.c | 2 +- tests/test-tpl-conf.c | 2 +- 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)); -- cgit v1.2.1