From d2213747e456526a370df3305f306e5180472073 Mon Sep 17 00:00:00 2001
From: Tyler Antonio <tantonio@ualberta.ca>
Date: Thu, 23 Jul 2015 08:03:05 -0600
Subject: [PATCH] Fixed tabbing

---
 lib/SimpleSAML/Database.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/SimpleSAML/Database.php b/lib/SimpleSAML/Database.php
index db38d6d9d..85ef915c9 100644
--- a/lib/SimpleSAML/Database.php
+++ b/lib/SimpleSAML/Database.php
@@ -42,7 +42,7 @@ class Database
 	 */
 	private $tablePrefix;
 
-    /**
+	/**
 	 * Retrieves the current database instance. Will create a new one if there isn't an existing connection.
 	 *
 	 * @param object $altConfig Optional: Instance of a SimpleSAML_Configuration class
-- 
GitLab