From 32446f3cb3a7fa0f320fc923dea3646aedb7a560 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Laxstr=C3=B6m?= Date: Thu, 17 Apr 2014 14:03:46 +0000 Subject: [PATCH] Add whitespace Change-Id: Id4448bcd952b1b9664cf74a99be80b8129fafa4d --- ApiVisualEditor.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ApiVisualEditor.php b/ApiVisualEditor.php index 76bafe2c00..a7a423055d 100644 --- a/ApiVisualEditor.php +++ b/ApiVisualEditor.php @@ -84,7 +84,7 @@ class ApiVisualEditor extends ApiBase { $resp->header( 'X-Parsoid-Performance: ' . $xpp ); } } elseif ( $status->isGood() ) { - $this->dieUsage( $req->getContent(), 'parsoidserver-http-'.$req->getStatus() ); + $this->dieUsage( $req->getContent(), 'parsoidserver-http-' . $req->getStatus() ); } elseif ( $errors = $status->getErrorsByType( 'error' ) ) { $error = $errors[0]; $code = $error['message']; @@ -93,7 +93,7 @@ class ApiVisualEditor extends ApiBase { } else { $message = 'MWHttpRequest error'; } - $this->dieUsage( $message, 'parsoidserver-'.$code ); + $this->dieUsage( $message, 'parsoidserver-' . $code ); } if ( $content === false ) {