Fix oddly placed whitespace
This commit is contained in:
parent
98958fedb6
commit
c39786dc08
|
@ -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…
Reference in New Issue