Commit 39a362d9 authored by Jeremy Hylton's avatar Jeremy Hylton

cleanup indentation

parent 32e3232a
......@@ -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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment