Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
DinoV committed May 6, 2024
1 parent 8d35484 commit c19b622
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Python/instrumentation.c
Original file line number Diff line number Diff line change
Expand Up @@ -1000,8 +1000,8 @@ instrumentation_cross_checks(PyInterpreterState *interp, PyCodeObject *code)
return monitors_equals(code->_co_monitoring->active_monitors, expected);
}

static
int debug_check_sanity(PyInterpreterState *interp, PyCodeObject *code)
static int
debug_check_sanity(PyInterpreterState *interp, PyCodeObject *code)
{
int res;
LOCK_CODE(code);
Expand Down

0 comments on commit c19b622

Please sign in to comment.