summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHeejin Ahn <aheejin@gmail.com>2019-08-06 14:45:03 -0700
committerGitHub <noreply@github.com>2019-08-06 14:45:03 -0700
commit36909a3205e807534d3bb0dbda6baaa49aedf3ff (patch)
tree65d51210b19a5b98b39aeaf8cf62694994497183 /src
parent4f0d960ef686dff7d635cb6051d07111e6e27a27 (diff)
downloadbinaryen-36909a3205e807534d3bb0dbda6baaa49aedf3ff.tar.gz
binaryen-36909a3205e807534d3bb0dbda6baaa49aedf3ff.tar.bz2
binaryen-36909a3205e807534d3bb0dbda6baaa49aedf3ff.zip
Remove trailing whitespaces after 'else' in stack IR (#2284)
Diffstat (limited to 'src')
-rw-r--r--src/passes/Print.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/passes/Print.cpp b/src/passes/Print.cpp
index dc973b208..812a69692 100644
--- a/src/passes/Print.cpp
+++ b/src/passes/Print.cpp
@@ -2217,7 +2217,6 @@ WasmPrinter::printStackIR(StackIR* ir, std::ostream& o, Function* func) {
doIndent();
o << "else";
indent++;
- doIndent();
break;
}
default: