[tracker/libtracker-sparql-porting: 39/44] tracker-utils: Whitespace fixes for tracker-status.c



commit 71f85818367a3a1008c950cff1979b796160de2a
Author: Philip Van Hoof <philip codeminded be>
Date:   Fri Aug 6 16:56:54 2010 +0200

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

 src/tracker-utils/tracker-status.c |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)
---
diff --git a/src/tracker-utils/tracker-status.c b/src/tracker-utils/tracker-status.c
index cc307bb..0022abb 100644
--- a/src/tracker-utils/tracker-status.c
+++ b/src/tracker-utils/tracker-status.c
@@ -33,10 +33,10 @@
 
 #include "tracker-status-client.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" \
@@ -590,10 +590,10 @@ main (gint argc, gchar *argv[])
 
 		g_slist_foreach (miners_running, (GFunc) g_free, NULL);
 		g_slist_free (miners_running);
-                
-                if (proxy) {
-                        g_object_unref (proxy);
-                }
+
+		if (proxy) {
+			g_object_unref (proxy);
+		}
 
 		return EXIT_SUCCESS;
 	}
@@ -739,9 +739,9 @@ main (gint argc, gchar *argv[])
 
 	if (!follow) {
 		/* Do nothing further */
-                if (proxy) {
-                        g_object_unref (proxy);
-                }
+		if (proxy) {
+			g_object_unref (proxy);
+		}
 		g_print ("\n");
 		return EXIT_SUCCESS;
 	}
@@ -776,13 +776,13 @@ main (gint argc, gchar *argv[])
 	g_hash_table_unref (miners_progress);
 	g_hash_table_unref (miners_status);
 
-        if (proxy) {
-                g_object_unref (proxy);
-        }
+	if (proxy) {
+		g_object_unref (proxy);
+	}
 
 	if (manager) {
-                g_object_unref (manager);
-        }
+		g_object_unref (manager);
+	}
 
 	return EXIT_SUCCESS;
 }



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