Skip to content

Commit c889427

Browse files
format
1 parent e4c36a8 commit c889427

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Objects/object.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1774,7 +1774,8 @@ _PyObject_GetMethodStackRef(PyThreadState *ts, PyObject *obj,
17741774
// error
17751775
PyStackRef_CLEAR(*method);
17761776
return -1;
1777-
} else if (!PyStackRef_IsNull(ref)) {
1777+
}
1778+
else if (!PyStackRef_IsNull(ref)) {
17781779
// found
17791780
_PyStackRef tmp = *method;
17801781
*method = ref;

0 commit comments

Comments
 (0)