Skip to content

Commit cde6c25

Browse files
encukoucolesbury
andauthored
Python/import.c: PEP7
Co-authored-by: Sam Gross <colesbury@gmail.com>
1 parent 5b8b87c commit cde6c25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Python/import.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1565,7 +1565,8 @@ _PyImport_CheckGILForModule(PyObject* module, PyObject *module_name)
15651565
}
15661566

15671567
int
1568-
_PyImport_EnableGILAndWarn(PyThreadState *tstate, PyObject *module_name) {
1568+
_PyImport_EnableGILAndWarn(PyThreadState *tstate, PyObject *module_name)
1569+
{
15691570
if (_PyEval_EnableGILPermanent(tstate)) {
15701571
return PyErr_WarnFormat(
15711572
PyExc_RuntimeWarning,

0 commit comments

Comments
 (0)