From cc7e83544aa74c34258d23d304084f84aae345df Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Mon, 4 Apr 2011 07:24:14 +0000 Subject: [PATCH] Follow-up r85302: whitespace fix --- includes/OutputPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__ ); -- 2.20.1