summaryrefslogtreecommitdiff
path: root/rotord/src/tinyxml.cpp
diff options
context:
space:
mode:
authorTim Redfern <tim@herge.(none)>2013-08-08 16:19:26 +0100
committerTim Redfern <tim@herge.(none)>2013-08-08 16:19:26 +0100
commit135823808575cc376e4c011cc9f78f15fbf5971b (patch)
treea4eae6de6a415352c059b206f67af9bd54e91470 /rotord/src/tinyxml.cpp
parentebc9d15f13cbf96d1ec093405657fe201b830ce4 (diff)
node inputs in listnodes
Diffstat (limited to 'rotord/src/tinyxml.cpp')
-rwxr-xr-xrotord/src/tinyxml.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/tinyxml.cpp b/rotord/src/tinyxml.cpp
index 5de21f6..0c79683 100755
--- a/rotord/src/tinyxml.cpp
+++ b/rotord/src/tinyxml.cpp
@@ -1794,7 +1794,7 @@ bool TiXmlPrinter::VisitEnter( const TiXmlElement& element, const TiXmlAttribute
}
else
{
- DoLineBreak();
+ //DoLineBreak(); //removed TJR 080813 as it makes prettier output
}
}
++depth;