From 39a362d9f4ed436151d32faf9d5c963c33c5d855 Mon Sep 17 00:00:00 2001 From: Jeremy Hylton Date: Mon, 22 Oct 2001 16:30:36 +0000 Subject: cleanup indentation --- Objects/object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objects/object.c b/Objects/object.c index aa5f87c..5c2dcf5 100644 --- a/Objects/object.c +++ b/Objects/object.c @@ -732,7 +732,7 @@ PyObject_Compare(PyObject *v, PyObject *w) #if defined(USE_STACKCHECK) if (PyOS_CheckStack()) { PyErr_SetString(PyExc_MemoryError, "Stack overflow"); - return -1; + return -1; } #endif if (v == NULL || w == NULL) { -- cgit v0.12