mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
use our normal bracing style
This commit is contained in:
parent
1dde177f82
commit
baa2e562ce
1 changed files with 2 additions and 1 deletions
|
@ -657,8 +657,9 @@ sys_set_coroutine_wrapper(PyObject *self, PyObject *wrapper)
|
||||||
}
|
}
|
||||||
PyEval_SetCoroutineWrapper(wrapper);
|
PyEval_SetCoroutineWrapper(wrapper);
|
||||||
}
|
}
|
||||||
else
|
else {
|
||||||
PyEval_SetCoroutineWrapper(NULL);
|
PyEval_SetCoroutineWrapper(NULL);
|
||||||
|
}
|
||||||
Py_RETURN_NONE;
|
Py_RETURN_NONE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue