From f0d5036419adde972d6fd0068365434e154a1f94 Mon Sep 17 00:00:00 2001
From: Erik Verbruggen <erik.verbruggen@nokia.com>
Date: Mon, 8 Mar 2010 17:34:32 +0100
Subject: [PATCH] Added more newlines to the .dot file for the AST.

---
 tests/manual/cplusplus-dump/main.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/manual/cplusplus-dump/main.cpp b/tests/manual/cplusplus-dump/main.cpp
index 839af6a5628..eca81097110 100644
--- a/tests/manual/cplusplus-dump/main.cpp
+++ b/tests/manual/cplusplus-dump/main.cpp
@@ -90,9 +90,9 @@ public:
 
 protected:
     void alignTerminals() {
-        out<<"{ rank=same; ";
+        out<<"{ rank=same;" << std::endl;
         foreach (const QByteArray &terminalShape, _terminalShapes) {
-            out << std::string(terminalShape) << "; ";
+            out << "  " << std::string(terminalShape) << ";" << std::endl;
         }
         out<<"}"<<std::endl;
     }
-- 
GitLab