Commit baa2e562 authored by Benjamin Peterson's avatar Benjamin Peterson

use our normal bracing style

parent 1dde177f
...@@ -657,8 +657,9 @@ sys_set_coroutine_wrapper(PyObject *self, PyObject *wrapper) ...@@ -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;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment