Completed
Push — master ( 18b08e...6c1418 )
by Matthias
12s queued 10s
created
lib/Monitor.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -137,10 +137,10 @@
 block discarded – undo
137 137
     {
138 138
         $path = $paths[0];
139 139
 		
140
-		if ($path === '') {
141
-			$this->logger->debug("Path is empty.");
142
-			return;
143
-		}
140
+        if ($path === '') {
141
+            $this->logger->debug("Path is empty.");
142
+            return;
143
+        }
144 144
 
145 145
         $storage = $this->rootFolder->getUserFolder($this->userId)->get(dirname($path))->getStorage();
146 146
         if ($this->userId === null || $this->nestingLevel !== 0 || /*!$this->isUploadedFile($storage, $path) ||*/ $this->isCreatingSkeletonFiles()) {
Please login to merge, or discard this patch.