[tracker] libtracker-common: Fix indentation of previous patch by contributor



commit 07107832af07798fbae46121528a6a8bb69428f7
Author: Philip Van Hoof <philip codeminded be>
Date:   Thu Jul 11 11:05:13 2013 +0200

    libtracker-common: Fix indentation of previous patch by contributor

 src/libtracker-common/tracker-os-dependant-unix.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/libtracker-common/tracker-os-dependant-unix.c 
b/src/libtracker-common/tracker-os-dependant-unix.c
index d23eee1..cc5f5fc 100644
--- a/src/libtracker-common/tracker-os-dependant-unix.c
+++ b/src/libtracker-common/tracker-os-dependant-unix.c
@@ -244,7 +244,7 @@ get_memory_total (void)
                total = physmem;
        }
 #elif defined (__sun)
-    glong total = (glong)sysconf(_SC_PAGESIZE) * (glong)sysconf(_SC_PHYS_PAGES);
+       glong total = (glong)sysconf(_SC_PAGESIZE) * (glong)sysconf(_SC_PHYS_PAGES);
 #else
        GError      *error = NULL;
        const gchar *filename;


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