summaryrefslogtreecommitdiff
path: root/src/pugixml.cpp
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2015-01-16 21:00:09 -0800
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2015-01-16 21:40:39 -0800
commitf07018f7e70d39bcfdd71882c2b8b6c510ba1955 (patch)
treea82ce830bedcf770059d22858ab9b6ab4f1c836d /src/pugixml.cpp
parent550ab4b6356ba203acb6aaebcd3d41acb9e1fa4a (diff)
Convert spaces to tabs
Diffstat (limited to 'src/pugixml.cpp')
-rw-r--r--src/pugixml.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pugixml.cpp b/src/pugixml.cpp
index 9760e9f..265337a 100644
--- a/src/pugixml.cpp
+++ b/src/pugixml.cpp
@@ -8681,7 +8681,7 @@ PUGI__NS_BEGIN
bool step_push(xpath_node_set_raw& ns, xml_attribute_struct* a, xml_node_struct* parent, xpath_allocator* alloc)
{
- assert(a);
+ assert(a);
const char_t* name = a->name ? a->name : PUGIXML_TEXT("");
@@ -8721,7 +8721,7 @@ PUGI__NS_BEGIN
bool step_push(xpath_node_set_raw& ns, xml_node_struct* n, xpath_allocator* alloc)
{
- assert(n);
+ assert(n);
xml_node_type type = PUGI__NODETYPE(n);