Skip to content

Commit ab7af3f

Browse files
committed
Restore old formatting
1 parent 8c8e474 commit ab7af3f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Modules/_asynciomodule.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2170,7 +2170,10 @@ TaskStepMethWrapper_new(TaskObj *task, PyObject *arg)
21702170
/* ----- Task._wakeup implementation */
21712171

21722172
static PyMethodDef TaskWakeupDef = {
2173-
"task_wakeup", task_wakeup, METH_O, NULL
2173+
"task_wakeup",
2174+
task_wakeup,
2175+
METH_O,
2176+
NULL
21742177
};
21752178

21762179
/* ----- Task introspection helpers */

0 commit comments

Comments
 (0)