chore(legacy): format code

This commit is contained in:
jo 2022-09-12 13:16:14 +02:00 committed by Jonas L
parent da52f495b4
commit 63d9e430e1
33 changed files with 111 additions and 102 deletions

View file

@ -80,8 +80,9 @@ class Application_Model_Systemstatus
if ($pid->length == 0) {
$data = $notRunning;
}
// running!
} elseif ($status == 0) {
}
// running!
elseif ($status == 0) {
$data = $notMonitored;
}
}