From 98900bcb6958730a145aad677bef2cc8c29faa2a Mon Sep 17 00:00:00 2001 From: joshuaruesweg Date: Fri, 14 Aug 2020 16:35:26 +0200 Subject: [PATCH] Fix indentation --- .../files/lib/system/style/StyleCompiler.class.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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', -- 2.20.1