[tracker/libtracker-sparql-porting] tracker-utils: Whitespace fixes for tracker-import.c



commit c4fbb6883c1390600ab2e6eb4486c9d5d80e6727
Author: Philip Van Hoof <philip codeminded be>
Date:   Fri Aug 6 17:03:23 2010 +0200

    tracker-utils: Whitespace fixes for tracker-import.c

 src/tracker-utils/tracker-import.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/tracker-utils/tracker-import.c b/src/tracker-utils/tracker-import.c
index 7e7c03b..e099f75 100644
--- a/src/tracker-utils/tracker-import.c
+++ b/src/tracker-utils/tracker-import.c
@@ -31,10 +31,10 @@
 
 #include <libtracker-sparql/tracker-sparql.h>
 
-#define ABOUT	  \
+#define ABOUT \
 	"Tracker " PACKAGE_VERSION "\n"
 
-#define LICENSE	  \
+#define LICENSE \
 	"This program is free software and comes without any warranty.\n" \
 	"It is licensed under version 2 or later of the General Public " \
 	"License which can be viewed at:\n" \
@@ -61,7 +61,7 @@ main (int argc, char **argv)
 {
 	TrackerSparqlConnection *connection;
 	GOptionContext *context;
-        GError *error = NULL;
+	GError *error = NULL;
 	gchar **p;
 
 	setlocale (LC_ALL, "");



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