[tracker/tracker-0.16] libtracker-common: Fix indentation of previous patch by contributor
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/tracker-0.16] libtracker-common: Fix indentation of previous patch by contributor
- Date: Wed, 31 Jul 2013 22:29:58 +0000 (UTC)
commit 8aec97668ccfc964d2d4afd3e3ca9a14bc6f8063
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]