Skip to content

Commit d0f799f

Browse files
committed
Remove whitespace
1 parent c6f4a6a commit d0f799f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/optimizer_symbols.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ _Py_uop_sym_apply_predicate_narrowing(JitOptContext *ctx, JitOptRef ref, bool br
875875

876876
bool narrow = false;
877877
switch(pred.kind) {
878-
case JIT_PRED_IS:
878+
case JIT_PRED_IS:
879879
narrow = branch_is_true;
880880
break;
881881
case JIT_PRED_IS_NOT:

0 commit comments

Comments
 (0)