summaryrefslogtreecommitdiffstats
path: root/solaris/SolarisProcessList.c
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/SolarisProcessList.c
parentdea19b644f463c8409569957d008fb9d86b487e9 (diff)
Drop tabs in source indentions
Diffstat (limited to 'solaris/SolarisProcessList.c')
-rw-r--r--solaris/SolarisProcessList.c4
1 files changed, 2 insertions, 2 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) {

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