| commit | 39a362d9f4ed436151d32faf9d5c963c33c5d855 | [log] [tgz] |
|---|---|---|
| author | Jeremy Hylton <jeremy@alum.mit.edu> | Mon Oct 22 16:30:36 2001 +0000 |
| committer | Jeremy Hylton <jeremy@alum.mit.edu> | Mon Oct 22 16:30:36 2001 +0000 |
| tree | 493cba056a8e0bf522e18202ec347e492ef965d0 | |
| parent | 32e3232a550bd3d6c8ed1f2e396baaac5fa4a3c8 [diff] |
cleanup indentation
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 @@ #if defined(USE_STACKCHECK) if (PyOS_CheckStack()) { PyErr_SetString(PyExc_MemoryError, "Stack overflow"); - return -1; + return -1; } #endif if (v == NULL || w == NULL) {