Fixed space -> tab

This commit is contained in:
Christian Heimes 2007-11-13 02:34:21 +00:00
parent 58cb1b8b0e
commit db23308c71
1 changed files with 3 additions and 3 deletions

View File

@ -808,15 +808,15 @@ initstdio(void)
goto error; goto error;
} }
} /* if (fd < 0) */ } /* if (fd < 0) */
PySys_SetObject("__stderr__", std); PySys_SetObject("__stderr__", std);
PySys_SetObject("stderr", std); PySys_SetObject("stderr", std);
Py_DECREF(std); Py_DECREF(std);
#endif #endif
if (0) { if (0) {
error: error:
status = -1; status = -1;
} }
Py_XDECREF(bimod); Py_XDECREF(bimod);
Py_XDECREF(iomod); Py_XDECREF(iomod);