From 6bfeb342db32feff686f4fc6d7bd0d42de9d297b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20M=C3=BCller?= <thomas.mueller@tmit.eu>
Date: Tue, 25 Mar 2014 23:17:00 +0100
Subject: [PATCH] fixing code style

---
 lib/private/util.php | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lib/private/util.php b/lib/private/util.php
index d039d9f6a9..7168ed0024 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',
-- 
GitLab