]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/rssaction.php
move opening brace of class declaration to next line
[quix0rs-gnu-social.git] / lib / rssaction.php
index e02e1febb1bc81a7837d7114f98369735583563a..9564cfb4605ad198eacaa048f58c3fb98782e11a 100644 (file)
@@ -21,7 +21,8 @@ if (!defined('LACONICA')) { exit(1); }
 
 define('DEFAULT_RSS_LIMIT', 48);
 
-class Rss10Action extends Action {
+class Rss10Action extends Action
+{
 
     # This will contain the details of each feed item's author and be used to generate SIOC data.
     var $creators = array();