Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 430d469

Browse files
committed
fix style
1 parent e048797 commit 430d469

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_io/fileio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ fileio_init(PyObject *oself, PyObject *args, PyObject *kwds)
384384
PyErr_SetFromErrnoWithFilename(PyExc_IOError, name);
385385
goto error;
386386
}
387-
if(dircheck(self, name) < 0)
387+
if (dircheck(self, name) < 0)
388388
goto error;
389389
}
390390

0 commit comments

Comments
 (0)