]> git.mxchange.org Git - friendica.git/commitdiff
Fixed tabs
authorMichael <heluecht@pirati.ca>
Mon, 8 Nov 2021 21:53:34 +0000 (21:53 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 8 Nov 2021 21:53:34 +0000 (21:53 +0000)
src/Module/Api/Friendica/Help/Test.php

index c631e76378127003dd56ea86b5024ed2b2c854d3..0a68a444aa7511143a3e6a50293004c4580d186d 100644 (file)
@@ -30,12 +30,12 @@ class Test extends BaseApi
 {
        public static function rawContent(array $parameters = [])
        {
-        if (self::$format == 'xml') {
-            $ok = 'true';
-        } else {
-            $ok = 'ok';
-        }
-    
+               if (self::$format == 'xml') {
+                       $ok = 'true';
+               } else {
+                       $ok = 'ok';
+               }
+       
                echo self::format('ok', ['ok' => $ok]);
                exit;
        }