Whitespace fix
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Thu, 8 Jul 2010 09:28:31 +0000 (09:28 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Thu, 8 Jul 2010 09:28:31 +0000 (09:28 +0000)
includes/api/ApiFormatJson.php

index d138548..b211bdf 100644 (file)
@@ -70,7 +70,7 @@ class ApiFormatJson extends ApiFormatBase {
                }
                $this->printText(
                        $prefix .
-                       FormatJson::encode( $this->getResultData(),     $this->getIsHtml() ) .
+                       FormatJson::encode( $this->getResultData(), $this->getIsHtml() ) .
                        $suffix
                );
        }