From aecf4eff27899eca15fdfb9519ba43f97a822f28 Mon Sep 17 00:00:00 2001 From: lui87kw Date: Tue, 14 Jul 2020 23:36:23 +0200 Subject: [PATCH] Extra white space to follow other ifs Signed-off-by: lui87kw --- lib/private/Files/Type/Detection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/private/Files/Type/Detection.php b/lib/private/Files/Type/Detection.php index 4786083ba1..f7a1aed41a 100644 --- a/lib/private/Files/Type/Detection.php +++ b/lib/private/Files/Type/Detection.php @@ -380,7 +380,7 @@ class Detection implements IMimeTypeDetector { // Try only the first part of the filetype - if(strpos($icon, '-')) { + if (strpos($icon, '-')) { $mimePart = substr($icon, 0, strpos($icon, '-')); try { $this->mimetypeIcons[$mimetype] = $this->urlGenerator->imagePath('core', 'filetypes/' . $mimePart . '.svg');