mirror of
https://github.com/xzeldon/htop.git
synced 2025-04-03 18:07:07 +03:00
Change some tabs to three spaces
This commit is contained in:
parent
a9a5a539cf
commit
e2bbd5cfa4
@ -242,8 +242,9 @@ void ProcessList_goThroughEntries(ProcessList* this) {
|
||||
}
|
||||
|
||||
this->totalTasks++;
|
||||
if (proc->state == 'R')
|
||||
if (proc->state == 'R') {
|
||||
this->runningTasks++;
|
||||
}
|
||||
proc->updated = true;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user