From 483cabdbb85c8ea5c4f5178aa0f2425cc19c0ca8 Mon Sep 17 00:00:00 2001 From: cxl Date: Mon, 2 Oct 2017 18:01:50 +0000 Subject: [PATCH] .cosmetics git-svn-id: svn://ultimatepp.org/upp/trunk@11345 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/Core/XML.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uppsrc/Core/XML.h b/uppsrc/Core/XML.h index c66f31a1e..70204c0e0 100644 --- a/uppsrc/Core/XML.h +++ b/uppsrc/Core/XML.h @@ -138,7 +138,7 @@ public: bool IsText(); String PeekText() { return cdata; } String ReadText(); - String ReadTextE(); + String ReadTextE(); bool IsDecl(); String PeekDecl() { return ReadDecl(false); } @@ -149,7 +149,7 @@ public: String ReadPI() { return ReadPI(true); } bool IsComment(); - String PeekComment() { return ReadComment(false); } + String PeekComment() { return ReadComment(false); } String ReadComment() { return ReadComment(true); } void Skip();