Passed
Branch master (ca9122)
by Tom
02:00
created
Pivot.skin.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@  discard block
 block discarded – undo
13 13
 
14 14
 	public function setupSkinUserCss(OutputPage $out) {
15 15
 		parent::setupSkinUserCss($out);
16
-    	global $wgLocalStylePath;
16
+		global $wgLocalStylePath;
17 17
 		global $wgPivotFeatures;
18 18
 		$wgPivotFeaturesDefaults = array(
19 19
 			'showActionsForAnon' => true,
@@ -36,7 +36,7 @@  discard block
 block discarded – undo
36 36
 			}
37 37
 		}
38 38
 		$out->addModuleStyles('skins.pivot.styles');
39
-    	$viewport_meta = 'width=device-width, user-scalable=yes, initial-scale=1.0';
39
+		$viewport_meta = 'width=device-width, user-scalable=yes, initial-scale=1.0';
40 40
 		$out->addMeta('viewport', $viewport_meta);
41 41
 		$out->addModuleScripts('skins.pivot.js');
42 42
 		if ( $wgPivotFeatures['preloadFontAwesome'] ) {
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
 		$this->html('headelement');
56 56
 		switch ($wgPivotFeatures['usePivotTabs']) {
57 57
 			case true:
58
-			    ob_start();
58
+				ob_start();
59 59
 				$this->html('bodytext');
60 60
 				$out = ob_get_contents();
61 61
 				ob_end_clean();
Please login to merge, or discard this patch.