]> source.dussan.org Git - nextcloud-server.git/commitdiff
fixing code style
authorThomas Müller <thomas.mueller@tmit.eu>
Tue, 25 Mar 2014 22:17:00 +0000 (23:17 +0100)
committerThomas Müller <thomas.mueller@tmit.eu>
Tue, 25 Mar 2014 22:17:00 +0000 (23:17 +0100)
lib/private/util.php

index d039d9f6a9657ee1670b0691cc55811d8fb13b5b..7168ed00244928e381ed178174c8537d44a53382 100755 (executable)
@@ -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',