summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-03-25 23:17:00 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2014-03-25 23:17:00 +0100
commit6bfeb342db32feff686f4fc6d7bd0d42de9d297b (patch)
tree13677e365093bcd7e68b8174dc5392370349250d
parenta25b86a30e34204f9a67e3231b1975f7aaf527af (diff)
downloadnextcloud-server-6bfeb342db32feff686f4fc6d7bd0d42de9d297b.tar.gz
nextcloud-server-6bfeb342db32feff686f4fc6d7bd0d42de9d297b.zip
fixing code style
-rwxr-xr-xlib/private/util.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/private/util.php b/lib/private/util.php
index d039d9f6a96..7168ed00244 100755
--- a/lib/private/util.php
+++ b/lib/private/util.php
@@ -514,8 +514,7 @@ class OC_Util {
);
}
}
- }
- catch (\Doctrine\DBAL\DBALException $e){
+ } catch (\Doctrine\DBAL\DBALException $e) {
\OCP\Util::logException('core', $e);
$errors[] = array(
'error' => 'Error occurred while checking PostgreSQL version',