Remove superfluous whitespace.

This commit is contained in:
Siebrand Mazeland 2011-08-30 11:22:04 +02:00
parent 7e5b4b6e9f
commit 1b69be23c4

View File

@ -44,7 +44,6 @@ if (!defined('STATUSNET')) {
* @license http://www.fsf.org/licensing/licenses/agpl-3.0.html AGPL 3.0 * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html AGPL 3.0
* @link http://status.net/ * @link http://status.net/
*/ */
class SearchForm extends Form class SearchForm extends Form
{ {
/** /**
@ -55,7 +54,6 @@ class SearchForm extends Form
* *
* @return void * @return void
*/ */
function formData() function formData()
{ {
$this->out->element('input', array('name' => 'q', $this->out->element('input', array('name' => 'q',
@ -71,7 +69,6 @@ class SearchForm extends Form
* *
* @return void * @return void
*/ */
function formActions() function formActions()
{ {
$this->out->element('input', array('type' => 'submit', $this->out->element('input', array('type' => 'submit',
@ -86,7 +83,6 @@ class SearchForm extends Form
* *
* @return int ID of the form * @return int ID of the form
*/ */
function id() function id()
{ {
return 'header-search'; return 'header-search';
@ -100,7 +96,6 @@ class SearchForm extends Form
* *
* @return string URL to post to * @return string URL to post to
*/ */
function action() function action()
{ {
return common_local_url('noticesearch'); return common_local_url('noticesearch');