Skip to content

Commit a79e618

Browse files
committed
More PEP-7
1 parent 0fdc7d7 commit a79e618

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Modules/_testcapi/func_events.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
static PyObject *pyfunc_watchers[NUM_WATCHERS];
88
static int watcher_ids[NUM_WATCHERS] = {-1, -1};
99

10-
static
11-
PyObject *get_id(PyObject *obj)
10+
static PyObject *
11+
get_id(PyObject *obj)
1212
{
1313
PyObject *builtins = PyEval_GetBuiltins(); // borrowed ref.
1414
if (builtins == NULL) {

0 commit comments

Comments
 (0)