summaryrefslogtreecommitdiff
path: root/tests/common
diff options
context:
space:
mode:
authorMartyn Russell <martyn@lanedo.com>2009-12-11 12:44:05 +0000
committerMartyn Russell <martyn@lanedo.com>2009-12-11 12:44:05 +0000
commit74286929a4712925747056bb945b4afce447fd54 (patch)
tree7850bfbcc41b7bd80cb101cbca3cc43667c15f27 /tests/common
parent0c01f4884359067accd0a790ae2906c2b412ef29 (diff)
downloadtracker-74286929a4712925747056bb945b4afce447fd54.tar.gz
Merged whitespace branch
Diffstat (limited to 'tests/common')
-rw-r--r--tests/common/tracker-test-helpers.c2
-rw-r--r--tests/common/tracker-test-helpers.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/common/tracker-test-helpers.c b/tests/common/tracker-test-helpers.c
index cb1774a95..9adeaa7f0 100644
--- a/tests/common/tracker-test-helpers.c
+++ b/tests/common/tracker-test-helpers.c
@@ -23,7 +23,7 @@ static gchar *nonutf8_str = NULL;
gboolean
tracker_test_helpers_cmpstr_equal (const gchar *obtained,
- const gchar *expected)
+ const gchar *expected)
{
gboolean result;
diff --git a/tests/common/tracker-test-helpers.h b/tests/common/tracker-test-helpers.h
index 5953ad220..c1410c46c 100644
--- a/tests/common/tracker-test-helpers.h
+++ b/tests/common/tracker-test-helpers.h
@@ -25,9 +25,9 @@
G_BEGIN_DECLS
gboolean tracker_test_helpers_cmpstr_equal (const gchar *obtained,
- const gchar *expected);
+ const gchar *expected);
const gchar *tracker_test_helpers_get_nonutf8 (void);
-void tracker_test_helpers_free_nonutf8 (void);
+void tracker_test_helpers_free_nonutf8 (void);
G_END_DECLS