mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Fixed space -> tab
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user