Skip to content

Commit aadd103

Browse files
committed
Fix formatting
1 parent 7f60c03 commit aadd103

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Python/ceval.c

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5948,8 +5948,7 @@ static PyObject *
59485948
trace_call_function(PyThreadState *tstate,
59495949
PyObject *func,
59505950
PyObject **args, Py_ssize_t nargs,
5951-
PyObject *kwnames
5952-
)
5951+
PyObject *kwnames)
59535952
{
59545953
int use_tracing = 1;
59555954
PyObject *x;
@@ -6589,8 +6588,7 @@ dtrace_function_return(PyFrameObject *f)
65896588
static void
65906589
maybe_dtrace_line(PyFrameObject *frame,
65916590
PyTraceInfo *trace_info,
6592-
int instr_prev
6593-
)
6591+
int instr_prev)
65946592
{
65956593
const char *co_filename, *co_name;
65966594

0 commit comments

Comments
 (0)