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