]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/showstream.php
move opening brace of class declaration to next line
[quix0rs-gnu-social.git] / actions / showstream.php
index c31bce87aba6bfbb967fcae90766febd2cacba7b..e4e5d96d15d1c3e296ebd4fbe5b2c511f8bbe0fa 100644 (file)
@@ -24,7 +24,8 @@ require_once(INSTALLDIR.'/lib/stream.php');
 define('SUBSCRIPTIONS_PER_ROW', 4);
 define('SUBSCRIPTIONS', 80);
 
-class ShowstreamAction extends StreamAction {
+class ShowstreamAction extends StreamAction
+{
 
     function handle($args)
     {
@@ -449,14 +450,16 @@ class ShowstreamAction extends StreamAction {
 
 # We don't show the author for a profile, since we already know who it is!
 
-class ProfileNoticeList extends NoticeList {
+class ProfileNoticeList extends NoticeList
+{
     function newListItem($notice)
     {
         return new ProfileNoticeListItem($notice);
     }
 }
 
-class ProfileNoticeListItem extends NoticeListItem {
+class ProfileNoticeListItem extends NoticeListItem
+{
     function showAuthor()
     {
         return;