From 4fb82e301d7ae4aac4c081e3428d87b304eb4357 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Fri, 20 Nov 2020 17:50:30 +0100 Subject: [PATCH] fix indent --- ProcessList.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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