Remove superfluous whitespace.

This commit is contained in:
Siebrand Mazeland 2011-08-30 11:06:28 +02:00
parent 5a37d0bdc6
commit 82e1716656

View File

@ -41,7 +41,6 @@ define('MEMBERS_PER_SECTION', 27);
* @author Zach Copley <zach@status.net> * @author Zach Copley <zach@status.net>
* @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
* @link http://status.net/ * @link http://status.net/
*
*/ */
class GroupAction extends Action class GroupAction extends Action
{ {
@ -176,7 +175,6 @@ class GroupAction extends Action
$this->elementEnd('div'); $this->elementEnd('div');
} }
function showPending() function showPending()
{ {
if ($this->group->join_policy != User_group::JOIN_POLICY_MODERATE) { if ($this->group->join_policy != User_group::JOIN_POLICY_MODERATE) {
@ -279,7 +277,6 @@ class GroupAction extends Action
$adminSection->show(); $adminSection->show();
} }
function noticeFormOptions() function noticeFormOptions()
{ {
$options = parent::noticeFormOptions(); $options = parent::noticeFormOptions();
@ -376,4 +373,3 @@ class ThreadingGroupNoticeStream extends ThreadingNoticeStream
parent::__construct(new GroupNoticeStream($group, $profile)); parent::__construct(new GroupNoticeStream($group, $profile));
} }
} }