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