From: Niklas Laxström Date: Mon, 4 Apr 2011 07:24:14 +0000 (+0000) Subject: Follow-up r85302: whitespace fix X-Git-Tag: 1.31.0-rc.0~31031 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=cc7e83544aa74c34258d23d304084f84aae345df;p=lhc%2Fweb%2Fwiklou.git Follow-up r85302: whitespace fix --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 4fb8c5f897..e135e072a6 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -219,7 +219,7 @@ class OutputPage { * Instead a new RequestContext should be created and it will implicitly create * a OutputPage tied to that context. */ - function __construct( RequestContext $context=null ) { + function __construct( RequestContext $context = null ) { if ( !isset($context) ) { # Extensions should use `new RequestContext` instead of `new OutputPage` now. wfDeprecated( __METHOD__ );