From 534c4a3bdb670649da8419cfda75ac5a0d5d8b6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Remko=20Tron=C3=A7on?= Date: Thu, 26 May 2022 20:48:18 +0200 Subject: [PATCH] WORDS: Remove accidental spaces after hidden words --- src/waforth.wat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/waforth.wat b/src/waforth.wat index 4fe5310..d3bf6b1 100644 --- a/src/waforth.wat +++ b/src/waforth.wat @@ -1830,8 +1830,8 @@ (then (call $type (i32.and (local.get $entryLF) (i32.const 0x1F (; = LENGTH_MASK ;))) - (i32.add (local.get $entryP) (i32.const 5))))) - (call $shell_emit (i32.const 0x20)) + (i32.add (local.get $entryP) (i32.const 5))) + (call $shell_emit (i32.const 0x20)))) (local.set $entryP (i32.load (local.get $entryP))) (br_if $loop (local.get $entryP))) (local.get $tos))