Skip to content

Commit 9e34678

Browse files
committed
Fix whitespace
1 parent 23ae776 commit 9e34678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/optimizer_bytecodes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1196,7 +1196,7 @@ dummy_func(void) {
11961196

11971197
op(_GUARD_IS_FALSE_POP, (flag -- )) {
11981198
sym_apply_predicate_narrowing(ctx, flag, false);
1199-
1199+
12001200
if (sym_is_const(ctx, flag)) {
12011201
PyObject *value = sym_get_const(ctx, flag);
12021202
assert(value != NULL);

0 commit comments

Comments
 (0)