From: Adam Magness Date: Mon, 20 Nov 2017 16:29:55 +0000 (-0500) Subject: Indentation X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=28cceda4613997a4c11c381605f696b3b52b305e;p=friendica.git Indentation modified to multi line function call. --- diff --git a/src/Core/Worker.php b/src/Core/Worker.php index 7dcdf4e886..2e7bb483e8 100644 --- a/src/Core/Worker.php +++ b/src/Core/Worker.php @@ -533,7 +533,11 @@ class Worker while ($entry = dba::fetch($entries)) { if (!posix_kill($entry["pid"], 0)) { - dba::update('workerqueue', array('executed' => NULL_DATE, 'pid' => 0), array('id' => $entry["id"])); + dba::update( + 'workerqueue', + array('executed' => NULL_DATE, 'pid' => 0), + array('id' => $entry["id"]) + ); } else { // Kill long running processes // Check if the priority is in a valid range