mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 20:24:35 +03:00
Solaris: code indentation fix
This commit is contained in:

committed by
Hisham Muhammad

parent
cda84fcddc
commit
5a75797f4d
@ -346,7 +346,7 @@ void ProcessList_goThroughEntries(ProcessList* this) {
|
||||
proc->pgrp = _psinfo.pr_pgid;
|
||||
proc->nlwp = _psinfo.pr_nlwp;
|
||||
proc->user = UsersTable_getRef(this->usersTable, proc->st_uid);
|
||||
proc->comm = xStrdup(_psinfo.pr_fname);
|
||||
proc->comm = xStrdup(_psinfo.pr_fname);
|
||||
proc->commLen = strnlen(_psinfo.pr_fname,PRFNSZ);
|
||||
sproc->zname = SolarisProcessList_readZoneName(spl->kd,sproc);
|
||||
proc->majflt = _prusage.pr_majf;
|
||||
|
Reference in New Issue
Block a user