From 04011cdae2889c2154373220a39686343998ae9e Mon Sep 17 00:00:00 2001 From: miloyip Date: Mon, 13 Apr 2015 22:46:27 +0800 Subject: [PATCH] Adjust spaces --- include/rapidjson/document.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rapidjson/document.h b/include/rapidjson/document.h index 204e3bd..e436b8a 100644 --- a/include/rapidjson/document.h +++ b/include/rapidjson/document.h @@ -1753,7 +1753,7 @@ public: */ template GenericDocument& ParseStream(InputStream& is) { - return ParseStream(is); + return ParseStream(is); } //! Parse JSON text from an input stream (with \ref kParseDefaultFlags)