From df37f9d7c611ce943e429972436eacd4eaea2b8a Mon Sep 17 00:00:00 2001
From: Thijs Kinkhorst <thijs@kinkhorst.com>
Date: Wed, 14 Feb 2018 10:48:17 +0000
Subject: [PATCH] Fix indent

---
 www/index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/index.php b/www/index.php
index 126b38590..632aee60a 100644
--- a/www/index.php
+++ b/www/index.php
@@ -8,4 +8,4 @@ if ($config->getBoolean('usenewui', false)) {
     \SimpleSAML\Utils\HTTP::redirectTrustedURL(SimpleSAML\Module::getModuleURL('core/login.php'));
 }
 
-    \SimpleSAML\Utils\HTTP::redirectTrustedURL(SimpleSAML\Module::getModuleURL('core/frontpage_welcome.php'));
+\SimpleSAML\Utils\HTTP::redirectTrustedURL(SimpleSAML\Module::getModuleURL('core/frontpage_welcome.php'));
-- 
GitLab