[tracker/gdbus-porting: 59/65] miner-fs: Indentation fix
- From: Jürg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/gdbus-porting: 59/65] miner-fs: Indentation fix
- Date: Wed, 5 Jan 2011 16:38:06 +0000 (UTC)
commit d1e8eb5cfe6eb2d7ea134c2403d590c7b814bf0c
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]