Update astprinter.d
Removed baraces for single if expression changed spaces to tabs
This commit is contained in:
parent
2f4d53338e
commit
fafb383e66
|
@ -592,9 +592,8 @@ class XMLPrinter : ASTVisitor
|
|||
{
|
||||
output.writeln("<gotoStatement>");
|
||||
output.writeln("<case>");
|
||||
if (gotoStatement.expression) {
|
||||
visit(gotoStatement.expression);
|
||||
}
|
||||
if (gotoStatement.expression)
|
||||
visit(gotoStatement.expression);
|
||||
output.writeln("</case>");
|
||||
output.writeln("</gotoStatement>");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue