]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Whitespace updates.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 24 Apr 2011 16:50:55 +0000 (18:50 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 24 Apr 2011 16:50:55 +0000 (18:50 +0200)
lib/threadednoticelist.php

index 00d67cab34bb990b27f3a3a58ab6cee3d5b7a31a..759efd7fd83667c914f71600a8b7d339279f6bd9 100644 (file)
@@ -506,7 +506,6 @@ class ThreadedNoticeListFavesItem extends NoticeListActorsItem
         }
     }
 
-    
     function showStart()
     {
         $this->out->elementStart('li', array('class' => 'notice-data notice-faves'));
@@ -516,7 +515,6 @@ class ThreadedNoticeListFavesItem extends NoticeListActorsItem
     {
         $this->out->elementEnd('li');
     }
-
 }
 
 // @todo FIXME: needs documentation.