diff --git a/astprinter.d b/astprinter.d index b969aa0..1f1326c 100644 --- a/astprinter.d +++ b/astprinter.d @@ -199,7 +199,7 @@ class XMLPrinter : ASTVisitor if (breakStatement.label.type == TokenType.invalid) output.writeln(""); else - output.writeln(""); + output.writeln(""); } override void visit(BaseClass baseClass) @@ -559,7 +559,7 @@ class XMLPrinter : ASTVisitor if (gotoStatement.label.type == TokenType.default_) output.writeln(""); else if (gotoStatement.label.type == TokenType.identifier) - output.writeln(""); + output.writeln(""); else { output.writeln("");