From a0e92b5fb0a7eebe66c09c880648f8ad48052468 Mon Sep 17 00:00:00 2001
From: Lukas Reschke <lukas@owncloud.com>
Date: Tue, 21 Jun 2016 21:44:00 +0200
Subject: [PATCH] Fix indentation

---
 apps/theming/appinfo/routes.php | 6 +++---
 1 file 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',
 	],
 )));
 
-- 
GitLab