]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/subedit.php
change function headers to K&R style
[quix0rs-gnu-social.git] / actions / subedit.php
index db935eb282a8a5b5fc8b1739c69c0b780b2fe42c..874102857362535892df2107a830e876a23b9e73 100644 (file)
@@ -23,7 +23,8 @@ class SubeditAction extends Action {
 
     var $profile = null;
 
-    function prepare($args) {
+    function prepare($args)
+    {
 
         parent::prepare($args);
 
@@ -56,7 +57,8 @@ class SubeditAction extends Action {
         return true;
     }
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         if ($_SERVER['REQUEST_METHOD'] == 'POST') {
             $cur = common_current_user();