From 06a61eea97e48bb69feaa2285b10e515ade3e597 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Thu, 1 Sep 2011 14:33:57 +0000 Subject: [PATCH] A d d s p a c e s --- includes/Skin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Skin.php b/includes/Skin.php index 5eb27ccacc..da19a6b7d6 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -282,7 +282,7 @@ abstract class Skin extends ContextSource { * Outputs the HTML generated by other functions. * @param $out OutputPage */ - abstract function outputPage( OutputPage $out=null ); + abstract function outputPage( OutputPage $out = null ); static function makeVariablesScript( $data ) { if ( $data ) { -- 2.20.1