From 0cdd071230120b8d502e6869c17f5b748d9182a0 Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Mon, 27 Oct 2014 15:45:24 -0700 Subject: [ticket/13232] Fix indentation PHPBB3-13232 --- phpBB/phpbb/cron/manager.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/phpbb') diff --git a/phpBB/phpbb/cron/manager.php b/phpBB/phpbb/cron/manager.php index df9bed4bd7..079ce8107e 100644 --- a/phpBB/phpbb/cron/manager.php +++ b/phpBB/phpbb/cron/manager.php @@ -72,8 +72,8 @@ class manager * @return \phpbb\cron\task\wrapper|null */ public function find_one_ready_task() - { - shuffle($this->tasks); + { + shuffle($this->tasks); foreach ($this->tasks as $task) { if ($task->is_ready()) -- cgit v1.2.1