From 298011bf296a4eda62b787bb7c8fbfe30644d488 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Thu, 14 Aug 2014 15:49:31 +0200 Subject: fix indention --- apps/files_sharing/lib/external/storage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') 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); -- cgit v1.2.3