summaryrefslogtreecommitdiffstats
path: root/library/cpp/xml/document
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/xml/document')
-rw-r--r--library/cpp/xml/document/xml-document-decl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/xml/document/xml-document-decl.h b/library/cpp/xml/document/xml-document-decl.h
index 0312706abd3..bfda1fb7e6e 100644
--- a/library/cpp/xml/document/xml-document-decl.h
+++ b/library/cpp/xml/document/xml-document-decl.h
@@ -67,9 +67,9 @@ namespace NXml {
}
xmlDocPtr GetImpl() {
- return Doc.Get();
- }
-
+ return Doc.Get();
+ }
+
private:
void ParseFile(const TString& file);
void ParseString(TZtStringBuf xml);