From bd001c187b90a570ce8babaad83af3b420f48eb5 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Thu, 1 Jun 2017 17:24:57 -0700 Subject: clean up unnecessary spacing --- src/wasm/wasm-s-parser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wasm/wasm-s-parser.cpp') diff --git a/src/wasm/wasm-s-parser.cpp b/src/wasm/wasm-s-parser.cpp index 716355f46..6536d78fb 100644 --- a/src/wasm/wasm-s-parser.cpp +++ b/src/wasm/wasm-s-parser.cpp @@ -1648,7 +1648,7 @@ void SExpressionWasmBuilder::parseImport(Element& s) { } if (inner.size() > j+1) { Element& result = *inner[j+1]; - if (result[0]->str() != RESULT) throw ParseException("expected result"); + if (result[0]->str() != RESULT) throw ParseException("expected result"); type->result = stringToWasmType(result[1]->str()); } } -- cgit v1.2.3