From: Niklas Laxström Date: Mon, 16 May 2011 09:40:19 +0000 (+0000) Subject: Whitespace changes X-Git-Tag: 1.31.0-rc.0~30136 X-Git-Url: http://git.cyclocoop.org/data/Fool?a=commitdiff_plain;h=bf947a61f4d74bd0e64e331a07498a6a4357efff;p=lhc%2Fweb%2Fwiklou.git Whitespace changes --- diff --git a/includes/Setup.php b/includes/Setup.php index 01401ba574..3ff6eba5ad 100644 --- a/includes/Setup.php +++ b/includes/Setup.php @@ -43,8 +43,8 @@ if ( $wgArticlePath === false ) { if ( !empty($wgActionPaths) && !isset($wgActionPaths['view']) ) { # 'view' is assumed the default action path everywhere in the code - # but is rarely filled in $wgActionPaths - $wgActionPaths['view'] = $wgArticlePath ; + # but is rarely filled in $wgActionPaths + $wgActionPaths['view'] = $wgArticlePath; } if ( $wgStylePath === false ) $wgStylePath = "$wgScriptPath/skins"; @@ -353,7 +353,7 @@ if ( is_null( $wgLocaltimezone) ) { date_default_timezone_set( $wgLocaltimezone ); if( is_null( $wgLocalTZoffset ) ) { - $wgLocalTZoffset = date('Z') / 60; + $wgLocalTZoffset = date( 'Z' ) / 60; } # Can't stub this one, it sets up $_GET and $_REQUEST in its constructor