mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Drop tabs in source indentions
This commit is contained in:

committed by
cgzones

parent
dea19b644f
commit
f8208f2173
@ -146,9 +146,9 @@ void ProcessList_delete(ProcessList* this) {
|
||||
|
||||
void ProcessList_goThroughEntries(ProcessList* super, bool pauseProcessUpdate) {
|
||||
DarwinProcessList *dpl = (DarwinProcessList *)super;
|
||||
bool preExisting = true;
|
||||
struct kinfo_proc *ps;
|
||||
size_t count;
|
||||
bool preExisting = true;
|
||||
struct kinfo_proc *ps;
|
||||
size_t count;
|
||||
DarwinProcess *proc;
|
||||
|
||||
/* Update the global data (CPU times and VM stats) */
|
||||
|
Reference in New Issue
Block a user