From 9fcab31fe869d4d533f329f14c9ea66932fcbcb1 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Mon, 22 Feb 2010 22:44:41 +0000 Subject: [PATCH] Fixup whitespace --- includes/api/ApiHelp.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/api/ApiHelp.php b/includes/api/ApiHelp.php index a089222506..7eaa2ab573 100644 --- a/includes/api/ApiHelp.php +++ b/includes/api/ApiHelp.php @@ -25,7 +25,7 @@ if ( !defined( 'MEDIAWIKI' ) ) { // Eclipse helper - will be ignored in production - require_once ( 'ApiBase.php' ); + require_once( 'ApiBase.php' ); } /** @@ -36,7 +36,7 @@ if ( !defined( 'MEDIAWIKI' ) ) { class ApiHelp extends ApiBase { public function __construct( $main, $action ) { - parent :: __construct( $main, $action ); + parent::__construct( $main, $action ); } /** -- 2.20.1