Fix indentation
authorjoshuaruesweg <ruesweg@woltlab.com>
Fri, 14 Aug 2020 14:35:26 +0000 (16:35 +0200)
committerjoshuaruesweg <ruesweg@woltlab.com>
Fri, 14 Aug 2020 14:35:26 +0000 (16:35 +0200)
wcfsetup/install/files/lib/system/style/StyleCompiler.class.php

index 486a237a611102bdf04ff8f7c20032bf06553e5b..2b6ca94aa8242b757156ac231d3c826d741b2e00 100644 (file)
@@ -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',