mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
py: Removing dangling "else" to improve code format consistency.
This commit is contained in:
@@ -521,8 +521,10 @@ STATIC void emit_inline_thumb_op(emit_inline_asm_t *emit, qstr op, mp_uint_t n_a
|
||||
} else {
|
||||
goto unknown_op;
|
||||
}
|
||||
} else
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
if (n_args == 0) {
|
||||
if (op == MP_QSTR_nop) {
|
||||
asm_thumb_op16(&emit->as, ASM_THUMB_OP_NOP);
|
||||
|
||||
Reference in New Issue
Block a user