summaryrefslogtreecommitdiffstats
path: root/appinfo/app.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-10-14 21:15:16 +0200
committerBart Visscher <bartv@thisnet.nl>2012-10-14 21:15:47 +0200
commit1e37bc139bb28e6fe9b0dd0d477e2dbef5a2cab9 (patch)
treefa56b07316b914f39e2dd02b70a61b05b016b967 /appinfo/app.php
parent365cecd2ec1bf2552ae0d8e064680ed36b0bf04e (diff)
Whitespace cleanup
Diffstat (limited to 'appinfo/app.php')
-rw-r--r--appinfo/app.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index 9609ffa59..ed51748da 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -4,10 +4,10 @@
*
* @author Alessandro Cosentino
* Copyright (c) 2012 - Alessandro Cosentino <cosenal@gmail.com>
-*
+*
* This file is licensed under the Affero General Public License version 3 or later.
* See the COPYING-README file
-*
+*
*/
OC::$CLASSPATH['OCA\News\StatusFlag'] = 'apps/news/lib/item.php';
@@ -27,10 +27,10 @@ OCP\Backgroundjob::addRegularTask( 'OCA\News\Backgroundjob', 'run' );
$l = new OC_l10n('news');
-OCP\App::addNavigationEntry( array(
- 'id' => 'news',
- 'order' => 74,
- 'href' => OC_Helper::linkTo( 'news', 'index.php' ),
- 'icon' => OC_Helper::imagePath( 'news', 'icon.svg' ),
+OCP\App::addNavigationEntry( array(
+ 'id' => 'news',
+ 'order' => 74,
+ 'href' => OC_Helper::linkTo( 'news', 'index.php' ),
+ 'icon' => OC_Helper::imagePath( 'news', 'icon.svg' ),
'name' => $l->t('News')
));