From db23308c7111239fadbc4ac95da38ec22a9bbf88 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Tue, 13 Nov 2007 02:34:21 +0000 Subject: Fixed space -> tab --- Python/pythonrun.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Python/pythonrun.c b/Python/pythonrun.c index 82f8e37..044c4a9 100644 --- a/Python/pythonrun.c +++ b/Python/pythonrun.c @@ -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); -- cgit v0.12