summaryrefslogtreecommitdiffstats
path: root/index.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 /index.php
parent365cecd2ec1bf2552ae0d8e064680ed36b0bf04e (diff)
Whitespace cleanup
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 57e782a37..6bca9711d 100644
--- a/index.php
+++ b/index.php
@@ -24,5 +24,5 @@ $controller = new OCA\News\NewsController();
if(isset($_GET['jstest'])){
$controller->javascriptTests();
} else {
- $controller->index();
+ $controller->index();
} \ No newline at end of file