From 135823808575cc376e4c011cc9f78f15fbf5971b Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Thu, 8 Aug 2013 16:19:26 +0100 Subject: node inputs in listnodes --- 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 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; -- cgit v1.2.3