Skip to content

Commit a6cc9bb

Browse files
committed
Fix formatting.
1 parent aae36ce commit a6cc9bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Python/bytecodes.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,8 @@ dummy_func(
574574
macro(TO_BOOL_ALWAYS_TRUE) =
575575
unused/1 +
576576
_GUARD_TYPE_VERSION +
577-
_REPLACE_WITH_TRUE + POP_TOP;
577+
_REPLACE_WITH_TRUE +
578+
POP_TOP;
578579

579580
inst(UNARY_INVERT, (value -- res)) {
580581
PyObject *res_o = PyNumber_Invert(PyStackRef_AsPyObjectBorrow(value));

0 commit comments

Comments
 (0)