From d49ece8324611dd537e2dadb2ea61024a2c5542a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Wed, 16 Jan 2013 09:53:47 +0000 Subject: [PATCH] Small whitespace cleanup Change-Id: I8a3ad0f81cf66c4a3a95f0ea45d04cdb39095607 --- includes/Title.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 -- 2.20.1