summaryrefslogtreecommitdiff
path: root/indra/llxml
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2024-05-17 10:16:50 +0800
committerErik Kundiman <erik@megapahit.org>2024-05-17 10:26:17 +0800
commit04c1934b38f3844504fbf73f428797d76d741c47 (patch)
tree44bfbd3d1ac9149402a0447080158f186ee2d33c /indra/llxml
parent52784ad1722e515d9fe49ceddc9c5daf74656e77 (diff)
More misleading indentation fixes
Diffstat (limited to 'indra/llxml')
-rw-r--r--indra/llxml/llxmltree.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llxml/llxmltree.cpp b/indra/llxml/llxmltree.cpp
index baf2e6a951..c9da53daae 100644
--- a/indra/llxml/llxmltree.cpp
+++ b/indra/llxml/llxmltree.cpp
@@ -111,7 +111,7 @@ LLXmlTreeNode::~LLXmlTreeNode()
attribute_map_t::iterator iter;
for (iter=mAttributes.begin(); iter != mAttributes.end(); iter++)
delete iter->second;
- for(LLXmlTreeNode* node : mChildren)
+ for(LLXmlTreeNode* node : mChildren)
{
delete node;
}