diff options
author | Robin Appelman <icewind@owncloud.com> | 2014-08-14 15:49:31 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2014-08-31 10:45:11 +0200 |
commit | 298011bf296a4eda62b787bb7c8fbfe30644d488 (patch) | |
tree | bffe8628feb966f8798374779b28b0d3493252e2 | |
parent | 4efdbff6dfe20329db145617ed38aa23391b1860 (diff) | |
download | nextcloud-server-298011bf296a4eda62b787bb7c8fbfe30644d488.tar.gz nextcloud-server-298011bf296a4eda62b787bb7c8fbfe30644d488.zip |
fix indention
-rw-r--r-- | apps/files_sharing/lib/external/storage.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/lib/external/storage.php b/apps/files_sharing/lib/external/storage.php index b3a8bdcc964..92d8f92b380 100644 --- a/apps/files_sharing/lib/external/storage.php +++ b/apps/files_sharing/lib/external/storage.php @@ -200,7 +200,7 @@ class Storage extends DAV implements ISharedStorage { curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 2); curl_setopt($ch, CURLOPT_CAINFO, $this->certificateManager->getCertificateBundle()); - $result = curl_exec($ch); + $result = curl_exec($ch); $status = curl_getinfo($ch, CURLINFO_HTTP_CODE); curl_close($ch); |