style change
diff --git a/system/core/Config.php b/system/core/Config.php
index 6650c4c..bd19792 100644
--- a/system/core/Config.php
+++ b/system/core/Config.php
@@ -108,7 +108,7 @@
 
 		foreach ($this->_config_paths as $path)
 		{
-            $found = FALSE;
+			$found = FALSE;
 			foreach (array(ENVIRONMENT.'/'.$file, $file) as $location)
 			{
 				$file_path = $path.'config/'.$location.'.php';