summaryrefslogtreecommitdiffstats
path: root/solaris
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-10-20 13:14:32 +0200
committercgzones <cgzones@googlemail.com>2020-10-20 21:43:36 +0200
commitf8208f21730b21f284d9608a5b39f8ac1d15199b (patch)
tree534bfe8cdbe5763683b0e539ba1c4ab013845418 /solaris
parentdea19b644f463c8409569957d008fb9d86b487e9 (diff)
Drop tabs in source indentions
Diffstat (limited to 'solaris')
-rw-r--r--solaris/SolarisProcessList.c4
-rw-r--r--solaris/SolarisProcessList.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/solaris/SolarisProcessList.c b/solaris/SolarisProcessList.c
index eed4b89d..85fc955b 100644
--- a/solaris/SolarisProcessList.c
+++ b/solaris/SolarisProcessList.c
@@ -151,8 +151,8 @@ static inline void SolarisProcessList_scanMemoryInfo(ProcessList* pl) {
// Part 1 - physical memory
if (spl->kd != NULL && meminfo == NULL) {
- // Look up the kstat chain just one, it never changes
- meminfo = kstat_lookup(spl->kd,"unix",0,"system_pages");
+ // Look up the kstat chain just one, it never changes
+ meminfo = kstat_lookup(spl->kd,"unix",0,"system_pages");
}
if (meminfo != NULL) { ksrphyserr = kstat_read(spl->kd,meminfo,NULL); }
if (ksrphyserr != -1) {
diff --git a/solaris/SolarisProcessList.h b/solaris/SolarisProcessList.h
index a138c3bf..1e6e5b8a 100644
--- a/solaris/SolarisProcessList.h
+++ b/solaris/SolarisProcessList.h
@@ -10,8 +10,8 @@ in the source distribution for its full text.
#define MAXCMDLINE 255
-#define GZONE "global "
-#define UZONE "unknown "
+#define GZONE "global "
+#define UZONE "unknown "
#include "zfs/ZfsArcStats.h"

© 2014-2024 Faster IT GmbH | imprint | privacy policy