]> source.dussan.org Git - nextcloud-server.git/commitdiff
refs #8376; spaces=>tabs
authorSjors van der Pluijm <sjors@desjors.nl>
Tue, 29 Apr 2014 12:59:47 +0000 (14:59 +0200)
committerSjors van der Pluijm <sjors@desjors.nl>
Tue, 29 Apr 2014 12:59:47 +0000 (14:59 +0200)
apps/files_trashbin/lib/trashbin.php

index 495532561ea05a076e0ac3ff4e3804c9b7f80102..173eb2164cf55713a9ca944629325a9090129924 100644 (file)
@@ -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