From 4cd44a6c57699f872423cbd504168cee993a8283 Mon Sep 17 00:00:00 2001
From: Guillaume Rousse <guillaume.rousse@renater.fr>
Date: Fri, 8 Dec 2017 13:37:27 +0100
Subject: [PATCH] indentation fix

---
 lib/IdPAccountManager/WebRequest.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/IdPAccountManager/WebRequest.pm b/lib/IdPAccountManager/WebRequest.pm
index 874239a..558562a 100644
--- a/lib/IdPAccountManager/WebRequest.pm
+++ b/lib/IdPAccountManager/WebRequest.pm
@@ -494,7 +494,7 @@ sub req_validate_token {
 
     ## Update simpleSAMLphp configuration to enable test accounts
     eval {
-    IdPAccountManager::Tools::update_ssp_authsources(
+        IdPAccountManager::Tools::update_ssp_authsources(
             $self->{configuration}->{_}->{templates_dir},
             $self->{configuration}->{idp}->{accounts_file},
             \@accounts,
-- 
GitLab