Drop tabs in source indentions

This commit is contained in:
Christian Göttsche
2020-10-20 13:14:32 +02:00
committed by cgzones
parent dea19b644f
commit f8208f2173
9 changed files with 16 additions and 17 deletions

View File

@ -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) {

View File

@ -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"