]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - _darcs/pristine/actions/all.php
move opening brace of class declaration to next line
[quix0rs-gnu-social.git] / _darcs / pristine / actions / all.php
index 028a3679a4789b87c79fcf2133a17f08297d0ed3..526ac5f40881257217885ac0b99a68729a164e48 100644 (file)
@@ -21,7 +21,8 @@ if (!defined('LACONICA')) { exit(1); }
 
 require_once(INSTALLDIR.'/actions/showstream.php');
 
-class AllAction extends StreamAction {
+class AllAction extends StreamAction
+{
 
     function handle($args)
     {