mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Fix oddly placed whitespace
This commit is contained in:
parent
98958fedb6
commit
c39786dc08
1 changed files with 1 additions and 1 deletions
|
|
@ -963,7 +963,7 @@ cycle_reduce(cycleobject *lz)
|
|||
*/
|
||||
return Py_BuildValue("O(O)(Oi)", Py_TYPE(lz),
|
||||
lz->it, lz->saved, lz->firstpass);
|
||||
}
|
||||
}
|
||||
|
||||
static PyObject *
|
||||
cycle_setstate(cycleobject *lz, PyObject *state)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue