mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
cleanup indentation
This commit is contained in:
parent
32e3232a55
commit
39a362d9f4
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue