Cosmetic spacing fix.
This commit is contained in:
parent
70b3a1ab0a
commit
8d726eef96
@ -3954,7 +3954,7 @@ add_tp_new_wrapper(PyTypeObject *type)
|
||||
func = PyCFunction_New(tp_new_methoddef, (PyObject *)type);
|
||||
if (func == NULL)
|
||||
return -1;
|
||||
if(PyDict_SetItemString(type->tp_dict, "__new__", func)) {
|
||||
if (PyDict_SetItemString(type->tp_dict, "__new__", func)) {
|
||||
Py_DECREF(func);
|
||||
return -1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user