summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-07-21 08:59:45 -0400
committerIan Moffett <ian@osmora.org>2025-07-21 08:59:45 -0400
commitceebacd4e665b3792b05eca2c3e91be4e3c86f64 (patch)
treee331ef3357c204c87fee62ac8d3f0e587bddf46d
parentac46fde49728b3ef567e3d9da623a923a502c3e7 (diff)
oasm: emit: Remove extra whitespace
Signed-off-by: Ian Moffett <ian@osmora.org>
-rw-r--r--usr.bin/oasm/emit.c1
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) {