Skip to content

Commit be25244

Browse files
formatting fix
1 parent 19f390a commit be25244

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/optimizer_bytecodes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -970,7 +970,7 @@ dummy_func(void) {
970970
if ((this_instr-1)->opcode == _CREATE_INIT_FRAME) {
971971
assert((this_instr+1)->opcode == _GUARD_IP__PUSH_FRAME);
972972
REPLACE_OP(this_instr+1, _NOP, 0, 0);
973-
}
973+
}
974974
}
975975

976976
op(_UNPACK_SEQUENCE, (seq -- values[oparg], top[0])) {

0 commit comments

Comments
 (0)