Commit e2bbd5cf authored by Michael McConville's avatar Michael McConville
Browse files

Change some tabs to three spaces

parent a9a5a539
...@@ -242,8 +242,9 @@ void ProcessList_goThroughEntries(ProcessList* this) { ...@@ -242,8 +242,9 @@ void ProcessList_goThroughEntries(ProcessList* this) {
} }
this->totalTasks++; this->totalTasks++;
if (proc->state == 'R') if (proc->state == 'R') {
this->runningTasks++; this->runningTasks++;
}
proc->updated = true; proc->updated = true;
} }
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment