various eol whitespace now instead of when someone needs to do CR
[lhc/web/wiklou.git] / includes / api / ApiFormatJson.php
index 691f31c..ab62b9e 100644 (file)
@@ -42,7 +42,7 @@ class ApiFormatJson extends ApiFormatBase {
 
        public function getMimeType() {
                $params = $this->extractRequestParams();
-               // callback:            
+               // callback:
                if ( $params['callback'] ) {
                        return 'text/javascript';
                }
@@ -52,7 +52,7 @@ class ApiFormatJson extends ApiFormatBase {
        public function getNeedsRawData() {
                return $this->mIsRaw;
        }
-       
+
        public function getWantsHelp() {
                // Help is always ugly in JSON
                return false;