Completed
Pull Request — master (#321)
by
unknown
17s
created
lib/Service/FilesService.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -159,7 +159,7 @@
 block discarded – undo
159 159
 				&& $level < $this->configService->getAppValueInt(ConfigService::FILES_CHUNK_SIZE)) {
160 160
 				/** @var $file Folder */
161 161
 				$entries = array_merge($entries, $this->getChunksFromDirectory($userId, $file, $level));
162
-                $entries[] = $this->getPathFromRoot($file->getPath(), $userId, true);
162
+				$entries[] = $this->getPathFromRoot($file->getPath(), $userId, true);
163 163
 			} else {
164 164
 				$entries[] = $this->getPathFromRoot($file->getPath(), $userId, true);
165 165
 			}
Please login to merge, or discard this patch.