From: Niklas Laxström Date: Wed, 16 Jan 2013 09:53:47 +0000 (+0000) Subject: Small whitespace cleanup X-Git-Tag: 1.31.0-rc.0~21025 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=d49ece8324611dd537e2dadb2ea61024a2c5542a;p=lhc%2Fweb%2Fwiklou.git Small whitespace cleanup Change-Id: I8a3ad0f81cf66c4a3a95f0ea45d04cdb39095607 --- diff --git a/includes/Title.php b/includes/Title.php index e02396b910..dc76910f4b 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -3504,9 +3504,11 @@ class Title { if ( !$wgContentHandlerUseDB && $this->getContentModel() !== $nt->getContentModel() ) { // can't move a page if that would change the page's content model - $errors[] = array( 'bad-target-model', - ContentHandler::getLocalizedName( $this->getContentModel() ), - ContentHandler::getLocalizedName( $nt->getContentModel() ) ); + $errors[] = array( + 'bad-target-model', + ContentHandler::getLocalizedName( $this->getContentModel() ), + ContentHandler::getLocalizedName( $nt->getContentModel() ) + ); } // Image-specific checks