From 9a23672385cabe07c99bdab6870f89d843985013 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Thu, 1 Mar 2012 10:54:18 +0000 Subject: [PATCH] Whitespace cleanup --- includes/HTMLForm.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/HTMLForm.php b/includes/HTMLForm.php index e9f04c14cb..4065539b82 100644 --- a/includes/HTMLForm.php +++ b/includes/HTMLForm.php @@ -742,11 +742,11 @@ class HTMLForm extends ContextSource { * Set the method used to submit the form * @param $method String */ - public function setMethod( $method='post' ){ + public function setMethod( $method = 'post' ) { $this->mMethod = $method; } - public function getMethod(){ + public function getMethod() { return $this->mMethod; } -- 2.20.1