[tracker/gdbus-porting] miner-fs: Indentation fix



commit 7048f2d20a8827103621c112cd1dfc44447e5f68
Author: Philip Van Hoof <philip codeminded be>
Date:   Wed Jan 5 12:58:53 2011 +0100

    miner-fs: Indentation fix

 src/miners/fs/tracker-miner-files.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/miners/fs/tracker-miner-files.c b/src/miners/fs/tracker-miner-files.c
index 2fa00d2..edd9683 100644
--- a/src/miners/fs/tracker-miner-files.c
+++ b/src/miners/fs/tracker-miner-files.c
@@ -956,12 +956,12 @@ init_mount_points (TrackerMinerFiles *miner_files)
 			if (urn) {
 				if (mount_point) {
 					g_debug ("Mount point state incorrect in DB for URN '%s', "
-						 "currently it is mounted on '%s'",
+					         "currently it is mounted on '%s'",
 					         urn,
-						 mount_point);
+					         mount_point);
 				} else {
 					g_debug ("Mount point state incorrect in DB for URN '%s', "
-						 "currently it is mounted",
+					         "currently it is mounted",
 					         urn);
 				}
 
@@ -984,8 +984,8 @@ init_mount_points (TrackerMinerFiles *miner_files)
 		           (state & VOLUME_MOUNTED_IN_STORE)) {
 			if (urn) {
 				g_debug ("Mount point state incorrect in DB for URN '%s', "
-					 "currently it is NOT mounted",
-					 urn);
+				         "currently it is NOT mounted",
+				         urn);
 				set_up_mount_point (TRACKER_MINER_FILES (miner),
 				                    urn,
 				                    NULL,



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