mirror of https://github.com/xzeldon/htop.git
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…
Reference in New Issue