diff options
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; |
