| commit | 4fb82e301d7ae4aac4c081e3428d87b304eb4357 | [log] [tgz] |
|---|---|---|
| author | Christian Göttsche <cgzones@googlemail.com> | Fri Nov 20 17:50:30 2020 +0100 |
| committer | Christian Göttsche <cgzones@googlemail.com> | Sat Nov 21 19:26:42 2020 +0100 |
| tree | b7098205dc016cf557cbdd69fa23b261b4bc56e2 | |
| parent | f752c6e2d17210fd75711a9d6b7a8ff750f6238d [diff] [blame] |
fix indent
diff --git a/ProcessList.c b/ProcessList.c index 8c3f640..227e90f 100644 --- a/ProcessList.c +++ b/ProcessList.c
@@ -349,7 +349,7 @@ 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