mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
fix indentation glitch
This commit is contained in:
parent
2d339f9369
commit
09ac89ae78
1 changed files with 1 additions and 1 deletions
|
@ -626,7 +626,7 @@ instance_getattr2(register PyInstanceObject *inst, PyObject *name)
|
||||||
if (class != NULL) {
|
if (class != NULL) {
|
||||||
if (PyFunction_Check(v)) {
|
if (PyFunction_Check(v)) {
|
||||||
PyObject *w = PyMethod_New(v, (PyObject *)inst,
|
PyObject *w = PyMethod_New(v, (PyObject *)inst,
|
||||||
(PyObject *)class);
|
(PyObject *)class);
|
||||||
Py_DECREF(v);
|
Py_DECREF(v);
|
||||||
v = w;
|
v = w;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue