Replace some remaining tabs

This commit is contained in:
Michael McConville
2015-09-19 12:21:22 -04:00
parent 571cbc0aa1
commit ad1a0ad08d
4 changed files with 7 additions and 7 deletions

View File

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