Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mpage committed Oct 14, 2024
1 parent ba3930a commit cb8a774
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Python/bytecodes.c
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ dummy_func(
next_instr = frame->instr_ptr;
DISPATCH();
}
#endif
#endif
}

macro(RESUME) =
Expand All @@ -226,7 +226,7 @@ dummy_func(
#ifdef Py_GIL_DISABLED
DEOPT_IF(frame->tlbc_index !=
((_PyThreadStateImpl *)tstate)->tlbc_index);
#endif
#endif
}

op(_MONITOR_RESUME, (--)) {
Expand Down

0 comments on commit cb8a774

Please sign in to comment.