diff options
author | Ian Moffett <ian@osmora.org> | 2025-07-21 08:59:45 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-07-21 08:59:45 -0400 |
commit | ceebacd4e665b3792b05eca2c3e91be4e3c86f64 (patch) | |
tree | e331ef3357c204c87fee62ac8d3f0e587bddf46d /usr.bin/oasm | |
parent | ac46fde49728b3ef567e3d9da623a923a502c3e7 (diff) |
oasm: emit: Remove extra whitespace
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'usr.bin/oasm')
-rw-r--r-- | usr.bin/oasm/emit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/oasm/emit.c b/usr.bin/oasm/emit.c index 801951e..4783afd 100644 --- a/usr.bin/oasm/emit.c +++ b/usr.bin/oasm/emit.c @@ -103,7 +103,6 @@ emit_encode_mov(struct emit_state *state, struct oasm_token *tok) return NULL; } - /* Next token should be an IMM */ tok = TAILQ_NEXT(tok, link); if (tok == NULL) { |