summaryrefslogtreecommitdiffstats
path: root/apps/theming/appinfo
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2016-06-21 21:44:00 +0200
committerLukas Reschke <lukas@owncloud.com>2016-06-27 10:26:23 +0200
commita0e92b5fb0a7eebe66c09c880648f8ad48052468 (patch)
tree1dd392244717b248cc7bc749bdd8ca8bb9337c9e /apps/theming/appinfo
parent89e889c8323565ea0ec6479eb22969a781d796ca (diff)
downloadnextcloud-server-a0e92b5fb0a7eebe66c09c880648f8ad48052468.tar.gz
nextcloud-server-a0e92b5fb0a7eebe66c09c880648f8ad48052468.zip
Fix indentation
Diffstat (limited to 'apps/theming/appinfo')
-rw-r--r--apps/theming/appinfo/routes.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/theming/appinfo/routes.php b/apps/theming/appinfo/routes.php
index dbbae372ffd..ac0463e2c26 100644
--- a/apps/theming/appinfo/routes.php
+++ b/apps/theming/appinfo/routes.php
@@ -49,9 +49,9 @@ namespace OCA\Theming\AppInfo;
'verb' => 'GET',
],
[
- 'name' => 'Theming#getLoginBackground',
- 'url' => '/loginbackground',
- 'verb' => 'GET',
+ 'name' => 'Theming#getLoginBackground',
+ 'url' => '/loginbackground',
+ 'verb' => 'GET',
],
)));