mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
fix weird indentation
This commit is contained in:
parent
70069fcd4b
commit
2199227be4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue