aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/xml/document/libxml-guards.h
diff options
context:
space:
mode:
authorkerzum <kerzum@yandex-team.ru>2022-02-10 16:49:33 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:33 +0300
commit47a7e7b29636bfb2deb1df5f92363b3c75229c95 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/xml/document/libxml-guards.h
parent9a7232babfd763ccfe827bc70e82e0f50cfd8276 (diff)
downloadydb-47a7e7b29636bfb2deb1df5f92363b3c75229c95.tar.gz
Restoring authorship annotation for <kerzum@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/xml/document/libxml-guards.h')
-rw-r--r--library/cpp/xml/document/libxml-guards.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/library/cpp/xml/document/libxml-guards.h b/library/cpp/xml/document/libxml-guards.h
index 9a7c7a0fbb..4188cecff1 100644
--- a/library/cpp/xml/document/libxml-guards.h
+++ b/library/cpp/xml/document/libxml-guards.h
@@ -6,7 +6,7 @@
#include <libxml/tree.h>
#include <libxml/xpath.h>
#include <libxml/uri.h>
-#include <libxml/xmlsave.h>
+#include <libxml/xmlsave.h>
namespace NXml {
namespace NDetail {
@@ -28,12 +28,12 @@ namespace NXml {
}
};
- struct TSaveCtxtPtrTraits {
- static void Destroy(xmlSaveCtxtPtr handle) {
- xmlSaveClose(handle);
- }
- };
-
+ struct TSaveCtxtPtrTraits {
+ static void Destroy(xmlSaveCtxtPtr handle) {
+ xmlSaveClose(handle);
+ }
+ };
+
}
typedef TxmlXPathContextPtr TXPathContextPtr;
@@ -45,6 +45,6 @@ namespace NXml {
typedef TxmlNodePtr TNodePtr;
typedef TAutoPtr<xmlOutputBuffer, NDetail::TOutputBufferPtrTraits> TOutputBufferPtr;
typedef TxmlParserCtxtPtr TParserCtxtPtr;
- typedef TAutoPtr<xmlSaveCtxt, NDetail::TSaveCtxtPtrTraits> TSaveCtxtPtr;
+ typedef TAutoPtr<xmlSaveCtxt, NDetail::TSaveCtxtPtrTraits> TSaveCtxtPtr;
}