Author: christian.heimes
Date: Tue Nov 13 03:34:21 2007
New Revision: 58960

Modified:
   python/branches/py3k/Python/pythonrun.c
Log:
Fixed space -> tab

Modified: python/branches/py3k/Python/pythonrun.c
==============================================================================
--- python/branches/py3k/Python/pythonrun.c     (original)
+++ python/branches/py3k/Python/pythonrun.c     Tue Nov 13 03:34:21 2007
@@ -808,15 +808,15 @@
                        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);
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to