Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2013-02-09 20:27:57 +0400
committerBart Visscher <bartv@thisnet.nl>2013-02-14 11:36:26 +0400
commitd3ef967993d1e685e3311b073a8312c9dafdf214 (patch)
treeef4cba82e584d8238120a372901bf47db1104744 /lib/files/storage
parent5c4a804ddb4942687d5b8495d1ede51873cd412b (diff)
Fix indentation style
Diffstat (limited to 'lib/files/storage')
-rw-r--r--lib/files/storage/common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/files/storage/common.php b/lib/files/storage/common.php
index 6935ba00953..bff5c5d57d9 100644
--- a/lib/files/storage/common.php
+++ b/lib/files/storage/common.php
@@ -132,7 +132,7 @@ abstract class Common implements \OC\Files\Storage\Storage {
//$this->closedir( $directoryHandle ); // TODO: implement closedir in OC_FSV
if ( $empty == false ) {
if ( !$this->rmdir( $directory ) ) {
- return false;
+ return false;
}
}
return true;