Skip to content
Snippets Groups Projects
Commit f0d50364 authored by Erik Verbruggen's avatar Erik Verbruggen
Browse files

Added more newlines to the .dot file for the AST.

parent 56a25fff
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment