style: align pointer "*" to the right
This commit is contained in:
parent
5b68d14c2f
commit
a10cf74e5c
@ -89,7 +89,7 @@ jit_get_opcode(jitstate_t* jit)
|
||||
|
||||
// Get the index of the next instruction
|
||||
static uint32_t
|
||||
jit_next_idx(jitstate_t* jit)
|
||||
jit_next_insn_idx(jitstate_t *jit)
|
||||
{
|
||||
return jit->insn_idx + insn_len(jit_get_opcode(jit));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user