Skip to content

Commit 0e1030b

Browse files
committed
Trailing whitespace
1 parent 0e66db4 commit 0e1030b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/optimizer_analysis.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ const uint16_t op_without_pop[MAX_UOP_ID + 1] = {
572572
[_POP_CALL_TWO] = _POP_CALL_ONE,
573573
[_POP_CALL_ONE] = _POP_CALL,
574574
// The following two instructions are handled separately in remove_unneeded_uops.
575-
// The TOS for both is null so calling _POP_TOP (which closes the stackref) is not safe.
575+
// The TOS for both is null so calling _POP_TOP (which closes the stackref) is not safe.
576576
// [_POP_CALL] = _POP_TOP,
577577
// [_POP_CALL_LOAD_CONST_INLINE_BORROW] = _POP_TOP_LOAD_CONST_INLINE_BORROW,
578578
};

0 commit comments

Comments
 (0)