diff --git a/apps/theming/appinfo/routes.php b/apps/theming/appinfo/routes.php
index dbbae372ffd196b76c6af50736796aa928d7d8a1..ac0463e2c26a28a4a6a84cbe0f2664d15fff5743 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',
 	],
 )));