From: Sam Reed Date: Mon, 22 Feb 2010 22:44:41 +0000 (+0000) Subject: Fixup whitespace X-Git-Tag: 1.31.0-rc.0~37642 X-Git-Url: http://git.cyclocoop.org/data/%24oldEdit?a=commitdiff_plain;h=9fcab31fe869d4d533f329f14c9ea66932fcbcb1;p=lhc%2Fweb%2Fwiklou.git Fixup whitespace --- 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 ); } /**