Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 39a362d

Browse files
committed
cleanup indentation
1 parent 32e3232 commit 39a362d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Objects/object.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ PyObject_Compare(PyObject *v, PyObject *w)
732732
#if defined(USE_STACKCHECK)
733733
if (PyOS_CheckStack()) {
734734
PyErr_SetString(PyExc_MemoryError, "Stack overflow");
735-
return -1;
735+
return -1;
736736
}
737737
#endif
738738
if (v == NULL || w == NULL) {

0 commit comments

Comments
 (0)