From 850aca7f66a32f3301795c207926beef5165c45a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 9 May 2014 15:45:08 -0700 Subject: Cosmetic changes --- xml/serializer.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xml/serializer.hxx b/xml/serializer.hxx index 25f1672..376eeb1 100644 --- a/xml/serializer.hxx +++ b/xml/serializer.hxx @@ -46,7 +46,7 @@ namespace xml void init (); - private: + private: std::string name_; std::string description_; std::string what_; @@ -186,7 +186,7 @@ namespace xml void namespace_decl (const std::string& ns, const std::string& prefix); - // XML Declaration. If encoding or standalone are not specified, + // XML declaration. If encoding or standalone are not specified, // then these attributes are omitted from the output. // void -- cgit v1.1