From 03e69126c5b0142ade4eb196542e0f02a1d9d1ee Mon Sep 17 00:00:00 2001 From: "Mark A. Hershberger" Date: Thu, 3 Nov 2011 21:22:34 +0000 Subject: [PATCH] eol w/s --- includes/api/ApiFormatXml.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/api/ApiFormatXml.php b/includes/api/ApiFormatXml.php index 06bd9f3362..814864f412 100644 --- a/includes/api/ApiFormatXml.php +++ b/includes/api/ApiFormatXml.php @@ -72,7 +72,7 @@ class ApiFormatXml extends ApiFormatBase { } else { $data = $this->getResultData(); } - + $this->printText( self::recXmlPrint( $this->mRootElemName, $data, @@ -94,7 +94,7 @@ class ApiFormatXml extends ApiFormatBase { * * If neither key is found, all keys become element names, and values become element content. * The method is recursive, so the same rules apply to any sub-arrays. - * + * * @param $elemName * @param $elemValue * @param $indent -- 2.20.1