Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-10-14 23:15:16 +0400
committerBart Visscher <bartv@thisnet.nl>2012-10-14 23:15:47 +0400
commitf4d3203a1459912f8989671660b7101abff3306d (patch)
treeb56f04255d2aadd110e09ed0a7d6fc761224ccd4 /apptemplate
parentcb482ddfbdd8e1e79ad4c742be46d95d37e6403d (diff)
Whitespace cleanup
Diffstat (limited to 'apptemplate')
-rw-r--r--apptemplate/appinfo/app.php14
-rw-r--r--apptemplate/index.php12
2 files changed, 13 insertions, 13 deletions
diff --git a/apptemplate/appinfo/app.php b/apptemplate/appinfo/app.php
index 951282610..9bb567c4e 100644
--- a/apptemplate/appinfo/app.php
+++ b/apptemplate/appinfo/app.php
@@ -7,25 +7,25 @@
* @author Florian Hülsmann
* @copyright 2011 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Florian Hülsmann fh@cbix.de
-*
+*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
-* License as published by the Free Software Foundation; either
+* License as published by the Free Software Foundation; either
* version 3 of the License, or any later version.
-*
+*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU AFFERO GENERAL PUBLIC LICENSE for more details.
-*
-* You should have received a copy of the GNU Affero General Public
+*
+* You should have received a copy of the GNU Affero General Public
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
-*
+*
*/
OCP\App::registerAdmin( 'apptemplate', 'settings' );
-OCP\App::addNavigationEntry( array(
+OCP\App::addNavigationEntry( array(
'id' => 'apptemplate',
'order' => 74,
'href' => OCP\Util::linkTo( 'apptemplate', 'index.php' ),
diff --git a/apptemplate/index.php b/apptemplate/index.php
index 6beab3153..5d0262a6e 100644
--- a/apptemplate/index.php
+++ b/apptemplate/index.php
@@ -7,20 +7,20 @@
* @author Florian Hülsmann
* @copyright 2011 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Florian Hülsmann fh@cbix.de
-*
+*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
-* License as published by the Free Software Foundation; either
+* License as published by the Free Software Foundation; either
* version 3 of the License, or any later version.
-*
+*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU AFFERO GENERAL PUBLIC LICENSE for more details.
-*
-* You should have received a copy of the GNU Affero General Public
+*
+* You should have received a copy of the GNU Affero General Public
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
-*
+*
*/
// Check if we are a user