From e8a287f5bbb07d1c472af83bfe600067b13c7406 Mon Sep 17 00:00:00 2001 From: Sjors van der Pluijm Date: Mon, 28 Apr 2014 19:52:06 +0200 Subject: [PATCH] refs #8376; spaces=>tabs --- lib/private/files/storage/mappedlocal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/private/files/storage/mappedlocal.php b/lib/private/files/storage/mappedlocal.php index f995cb00c7a..07691661644 100644 --- a/lib/private/files/storage/mappedlocal.php +++ b/lib/private/files/storage/mappedlocal.php @@ -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(); -- 2.39.5