[tracker/domain-specific-indexes-review] Indentation



commit 90977212945974aa51644e3d736b3fc44075ad8f
Author: Philip Van Hoof <philip codeminded be>
Date:   Wed Jul 14 13:41:06 2010 +0200

    Indentation

 tests/libtracker-data/tracker-ontology-test.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/libtracker-data/tracker-ontology-test.c b/tests/libtracker-data/tracker-ontology-test.c
index fd5f658..f95dc42 100644
--- a/tests/libtracker-data/tracker-ontology-test.c
+++ b/tests/libtracker-data/tracker-ontology-test.c
@@ -352,7 +352,7 @@ test_ontology_change (void)
 	g_free (test_schemas[0]);
 	g_free (test_schemas[1]);
 	g_free (test_schemas[2]);
-        g_free (build_prefix);
+	g_free (build_prefix);
 	g_free (prefix);
 }
 
@@ -491,7 +491,7 @@ main (int argc, char **argv)
 	g_spawn_command_line_sync ("rm -R tracker/", NULL, NULL, NULL, NULL);
 	g_spawn_command_line_sync ("rm -R test-cache/", NULL, NULL, NULL, NULL);
 
-        g_free (data_dir);
+	g_free (data_dir);
 
 	return result;
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]