Change some tabs to three spaces

This commit is contained in:
Michael McConville 2015-09-19 12:08:34 -04:00
parent a9a5a539cf
commit e2bbd5cfa4
3 changed files with 210 additions and 209 deletions

View File

@ -242,8 +242,9 @@ void ProcessList_goThroughEntries(ProcessList* this) {
}
this->totalTasks++;
if (proc->state == 'R')
if (proc->state == 'R') {
this->runningTasks++;
}
proc->updated = true;
}
}