From 7441746ea2883d6bc2efb8998fff90a580b92e0b Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Tue, 7 Jan 2014 13:12:31 -0800 Subject: [PATCH] Add XML header --- astprinter.d | 1 + 1 file changed, 1 insertion(+) diff --git a/astprinter.d b/astprinter.d index 1ad6d24..3d8f7e9 100644 --- a/astprinter.d +++ b/astprinter.d @@ -838,6 +838,7 @@ class XMLPrinter : ASTVisitor override void visit(Module module_) { + output.writeln(""); output.writeln(""); module_.accept(this); output.writeln("");