diff options
author | Sjors van der Pluijm <sjors@desjors.nl> | 2014-04-29 14:59:47 +0200 |
---|---|---|
committer | Sjors van der Pluijm <sjors@desjors.nl> | 2014-04-29 14:59:47 +0200 |
commit | 49822dfcdb752428b43040a26d97c5e52ecf3458 (patch) | |
tree | 5c718714e765db2512762f2852862d0e32a91285 /apps | |
parent | e8a287f5bbb07d1c472af83bfe600067b13c7406 (diff) | |
download | nextcloud-server-49822dfcdb752428b43040a26d97c5e52ecf3458.tar.gz nextcloud-server-49822dfcdb752428b43040a26d97c5e52ecf3458.zip |
refs #8376; spaces=>tabs
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_trashbin/lib/trashbin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_trashbin/lib/trashbin.php b/apps/files_trashbin/lib/trashbin.php index 495532561ea..173eb2164cf 100644 --- a/apps/files_trashbin/lib/trashbin.php +++ b/apps/files_trashbin/lib/trashbin.php @@ -883,7 +883,7 @@ class Trashbin { $iterator = new \RecursiveIteratorIterator(new \RecursiveDirectoryIterator($root), \RecursiveIteratorIterator::CHILD_FIRST); $size = 0; - /** + /** * RecursiveDirectoryIterator on an NFS path isn't iterable with foreach * This bug is fixed in PHP 5.5.9 or before * See #8376 |