Skip to content

Commit baa2e56

Browse files
committed
use our normal bracing style
1 parent 1dde177 commit baa2e56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Python/sysmodule.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,8 +657,9 @@ sys_set_coroutine_wrapper(PyObject *self, PyObject *wrapper)
657657
}
658658
PyEval_SetCoroutineWrapper(wrapper);
659659
}
660-
else
660+
else {
661661
PyEval_SetCoroutineWrapper(NULL);
662+
}
662663
Py_RETURN_NONE;
663664
}
664665

0 commit comments

Comments
 (0)