diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-09-02 17:15:22 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-09-02 17:15:22 +0100 |
| commit | 2469ddabe2b6e7746984339db84dbe0e7b069255 (patch) | |
| tree | d43205fd842e7bc5d6b2f0785f6603dd5f19bc14 /rotord/src/tinyxml.cpp | |
| parent | 7e543cdaff89e99a9940624b949d684d4aed69c0 (diff) | |
working on transform algorithm
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 9b26b96..ef91984 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(); //removed TJR 080813 as it makes prettier output + DoLineBreak(); //removed TJR 080813 as it makes prettier output } } ++depth; |
