fix indent

This commit is contained in:
Christian Göttsche 2020-11-20 17:50:30 +01:00
parent f752c6e2d1
commit 4fb82e301d
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,7 @@ void ProcessList_scan(ProcessList* this, bool pauseProcessUpdate) {
if (p->tombTs > 0) {
// remove tombed process
if (this->scanTs >= p->tombTs) {
ProcessList_remove(this, p);
ProcessList_remove(this, p);
}
} else if (p->updated == false) {
// process no longer exists