diff options
| author | Tim Redfern <tim@herge.(none)> | 2013-08-08 16:19:26 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@herge.(none)> | 2013-08-08 16:19:26 +0100 |
| commit | 135823808575cc376e4c011cc9f78f15fbf5971b (patch) | |
| tree | a4eae6de6a415352c059b206f67af9bd54e91470 /rotord/src/tinyxml.cpp | |
| parent | ebc9d15f13cbf96d1ec093405657fe201b830ce4 (diff) | |
node inputs in listnodes
Diffstat (limited to 'rotord/src/tinyxml.cpp')
| -rwxr-xr-x | rotord/src/tinyxml.cpp | 2 |
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; |
