Skip to content

Commit d31ed6e

Browse files
Fix trailing whitespace in optimizer Graphviz output
1 parent ce9e57c commit d31ed6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/optimizer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1980,7 +1980,7 @@ executor_to_gv(_PyExecutorObject *executor, FILE *out)
19801980
fprintf(out, "]\n\n");
19811981

19821982
/* Write all the outgoing edges */
1983-
1983+
19841984
for (uint32_t i = 0; i < executor->code_size; i++) {
19851985
_PyUOpInstruction const *inst = &executor->trace[i];
19861986
uint16_t base_opcode = _PyUop_Uncached[inst->opcode];

0 commit comments

Comments
 (0)