]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/showmessage.php
move opening brace of class declaration to next line
[quix0rs-gnu-social.git] / actions / showmessage.php
index b706fe2fa523723211c7d27cabd8aca06c525fb8..25330a568f6d23ea8e56944af1ee7e69cb3c7c65 100644 (file)
@@ -21,7 +21,8 @@ if (!defined('LACONICA')) { exit(1); }
 
 require_once(INSTALLDIR.'/lib/mailbox.php');
 
-class ShowmessageAction extends MailboxAction {
+class ShowmessageAction extends MailboxAction
+{
 
     function handle($args)
     {