mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +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 defined(USE_STACKCHECK)
|
||||||
if (PyOS_CheckStack()) {
|
if (PyOS_CheckStack()) {
|
||||||
PyErr_SetString(PyExc_MemoryError, "Stack overflow");
|
PyErr_SetString(PyExc_MemoryError, "Stack overflow");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
if (v == NULL || w == NULL) {
|
if (v == NULL || w == NULL) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue