mirror of https://github.com/python/cpython
use our normal bracing style
This commit is contained in:
parent
1dde177f82
commit
baa2e562ce
|
@ -657,8 +657,9 @@ sys_set_coroutine_wrapper(PyObject *self, PyObject *wrapper)
|
|||
}
|
||||
PyEval_SetCoroutineWrapper(wrapper);
|
||||
}
|
||||
else
|
||||
else {
|
||||
PyEval_SetCoroutineWrapper(NULL);
|
||||
}
|
||||
Py_RETURN_NONE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue