diff options
Diffstat (limited to 'src/ir/block-utils.h')
-rw-r--r-- | src/ir/block-utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ir/block-utils.h b/src/ir/block-utils.h index e3ad370db..968332212 100644 --- a/src/ir/block-utils.h +++ b/src/ir/block-utils.h @@ -59,7 +59,7 @@ namespace BlockUtils { inline Expression* simplifyToContentsWithPossibleTypeChange(Block* block, T* parent) { return simplifyToContents(block, parent, true); } -}; +} } // namespace wasm |