From: lui87kw Date: Tue, 14 Jul 2020 21:36:23 +0000 (+0200) Subject: Extra white space to follow other ifs X-Git-Tag: v20.0.0beta1~234^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F21844%2Fhead;p=nextcloud-server.git Extra white space to follow other ifs Signed-off-by: lui87kw --- diff --git a/lib/private/Files/Type/Detection.php b/lib/private/Files/Type/Detection.php index 34caf072d98..bfca6dabd2f 100644 --- a/lib/private/Files/Type/Detection.php +++ b/lib/private/Files/Type/Detection.php @@ -374,7 +374,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');