aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/xml/document/xml-document-decl.h
diff options
context:
space:
mode:
authorzhigan <zhigan@yandex-team.ru>2022-02-10 16:50:46 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:46 +0300
commit8dada5409708843988a332937227a0c3127cf409 (patch)
tree537f507ffd61a1976815dc1fff818c4ed558f37f /library/cpp/xml/document/xml-document-decl.h
parentb5933ed37c8fae2249e4a563d19489c7327378ed (diff)
downloadydb-8dada5409708843988a332937227a0c3127cf409.tar.gz
Restoring authorship annotation for <zhigan@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/xml/document/xml-document-decl.h')
-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 bfda1fb7e6..0312706abd 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);