summaryrefslogtreecommitdiffstats
path: root/cron.php
diff options
context:
space:
mode:
Diffstat (limited to 'cron.php')
-rw-r--r--cron.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/cron.php b/cron.php
index ba17c899894..f0acd2f0492 100644
--- a/cron.php
+++ b/cron.php
@@ -122,8 +122,7 @@ try {
// Work and success :-)
$jobList = \OC::$server->getJobList();
$job = $jobList->getNext();
- if ($job != null)
- {
+ if ($job != null) {
$job->execute($jobList, $logger);
$jobList->setLastJob($job);
}