Browse Source

convert spaces to tabs

Bruno Gaspar 11 years ago
parent
commit
25ad84b1f3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/config/database.php

+ 2 - 2
app/config/database.php

@@ -71,7 +71,7 @@ return array(
 			'password' => '',
 			'password' => '',
 			'charset'  => 'utf8',
 			'charset'  => 'utf8',
 			'prefix'   => '',
 			'prefix'   => '',
-            'schema'   => 'public',
+			'schema'   => 'public',
 		),
 		),
 
 
 		'sqlsrv' => array(
 		'sqlsrv' => array(
@@ -119,4 +119,4 @@ return array(
 
 
 	),
 	),
 
 
-);
+);