From: joshuaruesweg Date: Fri, 14 Aug 2020 14:35:26 +0000 (+0200) Subject: Fix indentation X-Git-Tag: 5.3.0_Alpha_1~56^2~2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=98900bcb6958730a145aad677bef2cc8c29faa2a;p=GitHub%2FWoltLab%2FWCF.git Fix indentation --- diff --git a/wcfsetup/install/files/lib/system/style/StyleCompiler.class.php b/wcfsetup/install/files/lib/system/style/StyleCompiler.class.php index 486a237a61..2b6ca94aa8 100644 --- a/wcfsetup/install/files/lib/system/style/StyleCompiler.class.php +++ b/wcfsetup/install/files/lib/system/style/StyleCompiler.class.php @@ -175,10 +175,10 @@ class StyleCompiler extends SingletonFactory { // read stylesheets in dependency order $sql = "SELECT filename, application - FROM wcf".WCF_N."_package_installation_file_log - WHERE CONVERT(filename using utf8) REGEXP ? - AND packageID <> ? - ORDER BY packageID"; + FROM wcf".WCF_N."_package_installation_file_log + WHERE CONVERT(filename using utf8) REGEXP ? + AND packageID <> ? + ORDER BY packageID"; $statement = WCF::getDB()->prepareStatement($sql); $statement->execute([ 'style/([a-zA-Z0-9\-\.]+)\.scss',