]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/shownotice.php
move opening brace of class declaration to next line
[quix0rs-gnu-social.git] / actions / shownotice.php
index abdaa72cacc4cac34c6cec3309ad6e9a553579cb..2df09cb3fcdad121a9536a57de81799fc90dbc5b 100644 (file)
@@ -21,7 +21,8 @@ if (!defined('LACONICA')) { exit(1); }
 
 require_once(INSTALLDIR.'/lib/stream.php');
 
-class ShownoticeAction extends StreamAction {
+class ShownoticeAction extends StreamAction
+{
 
     var $notice = null;
     var $profile = null;