diff options
author | Bart Visscher <bartv@thisnet.nl> | 2013-02-09 16:46:55 +0100 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2013-02-14 08:36:26 +0100 |
commit | 5c4a804ddb4942687d5b8495d1ede51873cd412b (patch) | |
tree | 1974edcbfeab4eb4f2656ea69bb8d955b4426587 /apps/files_external/lib/swift.php | |
parent | bfe6334cd9d50ce99f0a6fd02c1aa0dc43b2b7e9 (diff) | |
download | nextcloud-server-5c4a804ddb4942687d5b8495d1ede51873cd412b.tar.gz nextcloud-server-5c4a804ddb4942687d5b8495d1ede51873cd412b.zip |
Fix SpaceBeforeOpenBrace errors
Diffstat (limited to 'apps/files_external/lib/swift.php')
-rw-r--r-- | apps/files_external/lib/swift.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/lib/swift.php b/apps/files_external/lib/swift.php index cbf2007052b..8ffa9d8552d 100644 --- a/apps/files_external/lib/swift.php +++ b/apps/files_external/lib/swift.php @@ -290,7 +290,7 @@ class SWIFT extends \OC\Files\Storage\Common{ } private function init(){ - if($this->ready){ + if($this->ready) { return; } $this->ready = true; |