From ceebacd4e665b3792b05eca2c3e91be4e3c86f64 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Mon, 21 Jul 2025 08:59:45 -0400 Subject: oasm: emit: Remove extra whitespace Signed-off-by: Ian Moffett --- usr.bin/oasm/emit.c | 1 - 1 file changed, 1 deletion(-) (limited to 'usr.bin') 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) { -- cgit v1.2.3