summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2015-11-21 20:30:16 -0800
committerAlon Zakai <alonzakai@gmail.com>2015-11-21 20:30:16 -0800
commit54c460ea4e4d23cdba56c2d5f1d3407cf5f676d9 (patch)
tree14b3b5c79d0ccf49935015f2871fd8043d413e1f /src
parentec8eaa4cca92eaa64fa8179bc920dc1b5d65e7fa (diff)
downloadbinaryen-54c460ea4e4d23cdba56c2d5f1d3407cf5f676d9.tar.gz
binaryen-54c460ea4e4d23cdba56c2d5f1d3407cf5f676d9.tar.bz2
binaryen-54c460ea4e4d23cdba56c2d5f1d3407cf5f676d9.zip
clean up import double space
Diffstat (limited to 'src')
-rw-r--r--src/wasm.h2
1 files changed, 1 insertions, 1 deletions
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 << ')';
}