forked from qt-creator/qt-creator
Added more newlines to the .dot file for the AST.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user