Skip to content

Commit db20324

Browse files
Fix a minor indentation error (#136661)
1 parent 9363703 commit db20324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/instrumentation.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1530,7 +1530,7 @@ initialize_lines(PyCodeObject *code, int bytes_per_entry)
15301530
case END_FOR:
15311531
case END_SEND:
15321532
case RESUME:
1533-
case POP_ITER:
1533+
case POP_ITER:
15341534
/* END_FOR cannot start a line, as it is skipped by FOR_ITER
15351535
* END_SEND cannot start a line, as it is skipped by SEND
15361536
* RESUME and POP_ITER must not be instrumented with INSTRUMENTED_LINE */

0 commit comments

Comments
 (0)