Browse Source

Adjusted indention

Tobias Reich 9 years ago
parent
commit
8a17fa9709
1 changed files with 2 additions and 2 deletions
  1. 2 2
      php/access/Installation.php

+ 2 - 2
php/access/Installation.php

@@ -17,8 +17,8 @@ class Installation extends Access {
 			case 'dbCreateConfig':	$this->dbCreateConfig(); break;
 
 			# Error
-			default:					exit('Warning: No configuration!');
-										return false; break;
+			default:				exit('Warning: No configuration!');
+									return false; break;
 
 		}