summaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
authorFelix Moeller <mail@felixmoeller.de>2012-11-04 18:36:16 +0100
committerFelix Moeller <mail@felixmoeller.de>2012-11-04 18:36:16 +0100
commit27ab0357ae00541bbcff52453c2d86e723a992e0 (patch)
treeca4fbd4b27db520b7e1776f1149bdbfe7c71a706 /settings/templates
parentbc4382c5c5649c3ad0e9e3be18a747815473f9fe (diff)
downloadnextcloud-server-27ab0357ae00541bbcff52453c2d86e723a992e0.tar.gz
nextcloud-server-27ab0357ae00541bbcff52453c2d86e723a992e0.zip
Checkstyle: Fix last six NewlineBeforeOpenBrace
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/help.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/settings/templates/help.php b/settings/templates/help.php
index b2a78ff8512..56d43853444 100644
--- a/settings/templates/help.php
+++ b/settings/templates/help.php
@@ -12,8 +12,7 @@
<?php
$url=OC_Helper::linkTo( "settings", "help.php" ).'?page=';
$pageNavi=OC_Util::getPageNavi($_['pagecount'], $_['page'], $url);
- if($pageNavi)
- {
+ if($pageNavi) {
$pageNavi->printPage();
}
?>