From: Siebrand Mazeland Date: Thu, 7 Apr 2011 23:49:34 +0000 (+0200) Subject: Whitespace updates. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8d99a5f949b1addd83dd6d9a3ca9403e3f4a0ca9;p=quix0rs-gnu-social.git Whitespace updates. --- diff --git a/lib/inboxnoticestream.php b/lib/inboxnoticestream.php index 7570210d3e..09c3edb281 100644 --- a/lib/inboxnoticestream.php +++ b/lib/inboxnoticestream.php @@ -4,7 +4,7 @@ * Copyright (C) 2011, StatusNet, Inc. * * Stream of notices for the user's inbox - * + * * PHP version 5 * * This program is free software: you can redistribute it and/or modify @@ -44,7 +44,6 @@ if (!defined('STATUSNET')) { * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html AGPL 3.0 * @link http://status.net/ */ - class InboxNoticeStream extends ScopingNoticeStream { /** @@ -133,4 +132,4 @@ class RawInboxNoticeStream extends NoticeStream return $ids; } -} \ No newline at end of file +}