fix style

This commit is contained in:
Benjamin Peterson 2010-10-30 23:13:57 +00:00
parent e048797991
commit 430d469758
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@ fileio_init(PyObject *oself, PyObject *args, PyObject *kwds)
PyErr_SetFromErrnoWithFilename(PyExc_IOError, name);
goto error;
}
if(dircheck(self, name) < 0)
if (dircheck(self, name) < 0)
goto error;
}