summaryrefslogtreecommitdiff
path: root/rotord/src/tinyxml.cpp
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-09-02 17:15:22 +0100
committerTim Redfern <tim@eclectronics.org>2013-09-02 17:15:22 +0100
commit2469ddabe2b6e7746984339db84dbe0e7b069255 (patch)
treed43205fd842e7bc5d6b2f0785f6603dd5f19bc14 /rotord/src/tinyxml.cpp
parent7e543cdaff89e99a9940624b949d684d4aed69c0 (diff)
working on transform algorithm
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 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;