From 12b34d2dda6569f0f06ead29488c19ec8b9a5a8c Mon Sep 17 00:00:00 2001
From: Bart Visscher <bartv@thisnet.nl>
Date: Wed, 13 Jun 2012 21:39:05 +0200
Subject: [PATCH] Whitespace fix

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

diff --git a/lib/filesystem.php b/lib/filesystem.php
index dd74daffa4..28bd7d5290 100644
--- a/lib/filesystem.php
+++ b/lib/filesystem.php
@@ -319,7 +319,7 @@ class OC_Filesystem{
 		if(substr($mountpoint,-1)!=='/'){
 			$mountpoint=$mountpoint.'/';
 		}
-    if (self::getView() != null && $mountpoint != '/' && !self::is_dir(basename($mountpoint))) {
+		if (self::getView() != null && $mountpoint != '/' && !self::is_dir(basename($mountpoint))) {
 			self::mkdir(basename($mountpoint));
 		}
 		self::$mounts[$mountpoint]=array('class'=>$class,'arguments'=>$arguments);
-- 
GitLab