From 7a6358e8a6f9f1f3c24d306c6fedf71544542790 Mon Sep 17 00:00:00 2001
From: Tim van Dijen <tvdijen@gmail.com>
Date: Wed, 8 Aug 2018 09:48:03 +0200
Subject: [PATCH] Indentation

---
 modules/consent/docs/consent.md | 34 ++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

diff --git a/modules/consent/docs/consent.md b/modules/consent/docs/consent.md
index 10c52015a..372502015 100644
--- a/modules/consent/docs/consent.md
+++ b/modules/consent/docs/consent.md
@@ -103,27 +103,27 @@ and defaults to `consent`.
 
 Example config using PostgreSQL database:
 
-	90 => array(
-		'class'	=> 'consent:Consent', 
-		'store'	=> array(
-			'consent:Database', 
-			'dsn' => 'pgsql:host=sql.example.org;dbname=consent',
-			'username' => 'simplesaml',
-			'password' => 'sdfsdf',
-		),
-	),
+    90 => array(
+        'class'	=> 'consent:Consent', 
+        'store'	=> array(
+            'consent:Database', 
+            'dsn' => 'pgsql:host=sql.example.org;dbname=consent',
+            'username' => 'simplesaml',
+            'password' => 'sdfsdf',
+        ),
+    ),
 
 Example config using MySQL database:
 
-	90 => array(
-		'class'	=> 'consent:Consent', 
-		'store'	=> array(
-			'consent:Database', 
+    90 => array(
+        'class'	=> 'consent:Consent', 
+        'store'	=> array(
+            'consent:Database', 
             'dsn' => 'mysql:host=db.example.org;dbname=simplesaml',
-			'username' => 'simplesaml',
-			'password' => 'sdfsdf',
-		),
-	),
+            'username' => 'simplesaml',
+            'password' => 'sdfsdf',
+        ),
+    ),
 
 
 Options
-- 
GitLab