]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/inboxnoticestream.php
Whitespace updates.
[quix0rs-gnu-social.git] / lib / inboxnoticestream.php
index 7570210d3ecd9f9b2ca96193160d19ffd4f5a4d1..09c3edb281d76420ba93e9044002f4669447939b 100644 (file)
@@ -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
+}