Skip to content

Commit 5d3c321

Browse files
committed
Fix formatting
1 parent 3d656b3 commit 5d3c321

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Python/instrumentation.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -1000,8 +1000,8 @@ instrumentation_cross_checks(PyInterpreterState *interp, PyCodeObject *code)
10001000
return monitors_equals(code->_co_monitoring->active_monitors, expected);
10011001
}
10021002

1003-
static
1004-
int debug_check_sanity(PyInterpreterState *interp, PyCodeObject *code)
1003+
static int
1004+
debug_check_sanity(PyInterpreterState *interp, PyCodeObject *code)
10051005
{
10061006
int res;
10071007
LOCK_CODE(code);

0 commit comments

Comments
 (0)