White space changes
authorTrevor Parscal <tparscal@users.mediawiki.org>
Wed, 13 Oct 2010 23:52:37 +0000 (23:52 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Wed, 13 Oct 2010 23:52:37 +0000 (23:52 +0000)
includes/ResourceLoader.php

index 5cdf9cb..49fb2f1 100644 (file)
@@ -323,10 +323,7 @@ class ResourceLoader {
 
                        // Styles
                        $styles = array();
-                       if (
-                               $context->shouldIncludeStyles() &&
-                               ( count( $styles = $module->getStyles( $context ) ) )
-                       ) {
+                       if ( $context->shouldIncludeStyles() && ( count( $styles = $module->getStyles( $context ) ) ) ) {
                                // Flip CSS on a per-module basis
                                if ( $this->modules[$name]->getFlip( $context ) ) {
                                        foreach ( $styles as $media => $style ) {