Skip to content

Commit 2f90609

Browse files
committed
PEP7 vol. 2
1 parent bf27867 commit 2f90609

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Python/optimizer_analysis.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,8 @@ remove_unneeded_uops(_PyUOpInstruction *buffer, int buffer_size)
638638
else {
639639
opcode = buffer[pc].opcode = _POP_TOP_LOAD_CONST_INLINE_BORROW;
640640
}
641-
} else {
641+
}
642+
else {
642643
break;
643644
}
644645
}

0 commit comments

Comments
 (0)