Kaydet (Commit) c39786dc authored tarafından Raymond Hettinger's avatar Raymond Hettinger

Fix oddly placed whitespace

üst 98958fed
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment