From 2469ddabe2b6e7746984339db84dbe0e7b069255 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Mon, 2 Sep 2013 17:15:22 +0100 Subject: working on transform algorithm --- rotord/src/tinyxml.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rotord/src/tinyxml.cpp') 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; -- cgit v1.2.3