From b9b7aa7f3855cbc4d6cd032a89adbc25e680a4df Mon Sep 17 00:00:00 2001 From: vegayours <vegayours@yandex-team.ru> Date: Thu, 10 Feb 2022 16:50:31 +0300 Subject: Restoring authorship annotation for <vegayours@yandex-team.ru>. Commit 1 of 2. --- library/cpp/xml/document/xml-document.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'library/cpp/xml/document/xml-document.cpp') diff --git a/library/cpp/xml/document/xml-document.cpp b/library/cpp/xml/document/xml-document.cpp index 18a554d732..74e20acd8f 100644 --- a/library/cpp/xml/document/xml-document.cpp +++ b/library/cpp/xml/document/xml-document.cpp @@ -300,12 +300,12 @@ namespace NXml { return NodePointer->type == XML_TEXT_NODE; } - void TNode::Remove() { - xmlNode* nodePtr = GetPtr(); - xmlUnlinkNode(nodePtr); - xmlFreeNode(nodePtr); - } - + void TNode::Remove() { + xmlNode* nodePtr = GetPtr(); + xmlUnlinkNode(nodePtr); + xmlFreeNode(nodePtr); + } + static int XmlWriteToOstream(void* context, const char* buffer, int len) { // possibly use to save doc as well IOutputStream* out = (IOutputStream*)context; -- cgit v1.2.3