From 54c460ea4e4d23cdba56c2d5f1d3407cf5f676d9 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Sat, 21 Nov 2015 20:30:16 -0800 Subject: clean up import double space --- src/wasm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/wasm.h b/src/wasm.h index b119a010f..d0b154cd1 100644 --- a/src/wasm.h +++ b/src/wasm.h @@ -933,7 +933,7 @@ public: std::ostream& print(std::ostream &o, unsigned indent) { printOpening(o, "import ") << name << ' '; printText(o, module.str) << ' '; - printText(o, base.str) << ' '; + printText(o, base.str); type.print(o, indent); return o << ')'; } -- cgit v1.2.3