Skip to content

Commit c119a5d

Browse files
Fix whitespace
1 parent 46cee93 commit c119a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/ceval_macros.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ _PyFrame_SetStackPointer(frame, stack_pointer)
378378
#define GOTO_TIER_TWO(EXECUTOR) \
379379
do { \
380380
OPT_STAT_INC(traces_executed); \
381-
jit_func jitted = (EXECUTOR)->jit_code; \
381+
jit_func jitted = (EXECUTOR)->jit_code; \
382382
next_instr = jitted(frame, stack_pointer, tstate); \
383383
Py_DECREF(tstate->previous_executor); \
384384
tstate->previous_executor = NULL; \

0 commit comments

Comments
 (0)