summaryrefslogtreecommitdiffstats
path: root/ProcessList.c
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-11-20 17:50:30 +0100
committerChristian Göttsche <cgzones@googlemail.com>2020-11-21 19:26:42 +0100
commit4fb82e301d7ae4aac4c081e3428d87b304eb4357 (patch)
treeb7098205dc016cf557cbdd69fa23b261b4bc56e2 /ProcessList.c
parentf752c6e2d17210fd75711a9d6b7a8ff750f6238d (diff)
fix indent
Diffstat (limited to 'ProcessList.c')
-rw-r--r--ProcessList.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ProcessList.c b/ProcessList.c
index 8c3f6403..227e90f4 100644
--- a/ProcessList.c
+++ b/ProcessList.c
@@ -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

© 2014-2024 Faster IT GmbH | imprint | privacy policy