From 8a17fa970942127a8ce8e42cad251997b634a070 Mon Sep 17 00:00:00 2001 From: Tobias Reich Date: Fri, 23 Jan 2015 20:50:52 +0100 Subject: [PATCH] Adjusted indention --- php/access/Installation.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php/access/Installation.php b/php/access/Installation.php index 6049c42..9d10d9c 100644 --- a/php/access/Installation.php +++ b/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; }