From 49822dfcdb752428b43040a26d97c5e52ecf3458 Mon Sep 17 00:00:00 2001
From: Sjors van der Pluijm <sjors@desjors.nl>
Date: Tue, 29 Apr 2014 14:59:47 +0200
Subject: [PATCH] refs #8376; spaces=>tabs

---
 apps/files_trashbin/lib/trashbin.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/files_trashbin/lib/trashbin.php b/apps/files_trashbin/lib/trashbin.php
index 495532561e..173eb2164c 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
-- 
GitLab