]> source.dussan.org Git - nextcloud-server.git/commitdiff
refs #8376; spaces=>tabs
authorSjors van der Pluijm <sjors@desjors.nl>
Mon, 28 Apr 2014 17:52:06 +0000 (19:52 +0200)
committerSjors van der Pluijm <sjors@desjors.nl>
Mon, 28 Apr 2014 17:52:06 +0000 (19:52 +0200)
lib/private/files/storage/mappedlocal.php

index f995cb00c7af663a0bd1b336329b9746a4004ff3..07691661644210bcd098eea483aeee4120913838 100644 (file)
@@ -41,7 +41,7 @@ class MappedLocal extends \OC\Files\Storage\Common{
                        );
                        /**
                         * RecursiveDirectoryIterator on an NFS path isn't iterable with foreach
-             * This bug is fixed in PHP 5.5.9 or before
+                        * This bug is fixed in PHP 5.5.9 or before
                         * See #8376
                         */
                        $it->rewind();