]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
some whitespace
authorEvan Prodromou <evan@prodromou.name>
Fri, 20 Jun 2008 07:21:25 +0000 (03:21 -0400)
committerEvan Prodromou <evan@prodromou.name>
Fri, 20 Jun 2008 07:21:25 +0000 (03:21 -0400)
darcs-hash:20080620072125-84dde-777b0a5405ea8ffc2436f711d60ab515d803b987.gz

lib/rssaction.php

index 7d79ac043dd4867588c37cc72b3f9a6a3fd7af76..1c46064f8e7f6cbe28fc3f621d08d3b6db9dce83 100644 (file)
@@ -23,9 +23,7 @@ class Rss10Action extends Action {
 
        function handle($args) {
                parent::handle($args);
-               
                $limit = (int) $this->trimmed('limit');
-               
                $this->show_rss($limit);
        }
 
@@ -138,4 +136,4 @@ class Rss10Action extends Action {
        function end_rss() {            
                common_element_end('rdf:RDF');
        }
-}
\ No newline at end of file
+}