Commit db23308c authored by Christian Heimes's avatar Christian Heimes

Fixed space -> tab

parent 58cb1b8b
......@@ -808,15 +808,15 @@ initstdio(void)
goto error;
}
} /* if (fd < 0) */
PySys_SetObject("__stderr__", std);
PySys_SetObject("__stderr__", std);
PySys_SetObject("stderr", std);
Py_DECREF(std);
#endif
if (0) {
error:
status = -1;
}
status = -1;
}
Py_XDECREF(bimod);
Py_XDECREF(iomod);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment