summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib
diff options
context:
space:
mode:
authorFelix Moeller <mail@felixmoeller.de>2012-11-04 18:18:03 +0100
committerFelix Moeller <mail@felixmoeller.de>2012-11-04 18:18:03 +0100
commit1205749f8cec19c30c9f58f7f97832fac9a4c502 (patch)
tree85b6a1b8c829645775ec8ea70dd4ccf9d0bb8c4d /apps/files_external/lib
parent8ac3849a95bd6a733cce9134bab4bf38c5c0fadd (diff)
downloadnextcloud-server-1205749f8cec19c30c9f58f7f97832fac9a4c502.tar.gz
nextcloud-server-1205749f8cec19c30c9f58f7f97832fac9a4c502.zip
Checkstyle: Fix the last two SpaceBeforeOpenBrace
Diffstat (limited to 'apps/files_external/lib')
-rw-r--r--apps/files_external/lib/webdav.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/lib/webdav.php b/apps/files_external/lib/webdav.php
index 2503fb80b1b..02fe540d061 100644
--- a/apps/files_external/lib/webdav.php
+++ b/apps/files_external/lib/webdav.php
@@ -46,7 +46,7 @@ class OC_FileStorage_DAV extends OC_Filestorage_Common{
if($caview = \OCP\Files::getStorage('files_external')) {
$certPath=\OCP\Config::getSystemValue('datadirectory').$caview->getAbsolutePath("").'rootcerts.crt';
- if (file_exists($certPath)) {
+ if (file_exists($certPath)) {
$this->client->addTrustedCertificates($certPath);
}
}