summaryrefslogtreecommitdiff
path: root/rotord/src/tinyxml.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'rotord/src/tinyxml.cpp')
-rwxr-xr-xrotord/src/tinyxml.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/rotord/src/tinyxml.cpp b/rotord/src/tinyxml.cpp
index 0c79683..9b26b96 100755
--- a/rotord/src/tinyxml.cpp
+++ b/rotord/src/tinyxml.cpp
@@ -1790,7 +1790,7 @@ bool TiXmlPrinter::VisitEnter( const TiXmlElement& element, const TiXmlAttribute
&& element.FirstChild()->ToText()->CDATA() == false )
{
simpleTextPrint = true;
- // no DoLineBreak()!
+ //DoLineBreak()!
}
else
{
@@ -1846,7 +1846,7 @@ bool TiXmlPrinter::Visit( const TiXmlText& text )
}
else
{
- DoIndent();
+ //DoIndent();
TIXML_STRING str;
TiXmlBase::EncodeString( text.ValueTStr(), &str );
buffer += str;