fix weird indentation
This commit is contained in:
parent
70069fcd4b
commit
2199227be4
@ -1984,7 +1984,7 @@ PySequence_Index(PyObject *s, PyObject *o)
|
||||
int
|
||||
PyMapping_Check(PyObject *o)
|
||||
{
|
||||
return o && o->ob_type->tp_as_mapping &&
|
||||
return o && o->ob_type->tp_as_mapping &&
|
||||
o->ob_type->tp_as_mapping->mp_subscript;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user