Whitespace.

This commit is contained in:
Wesley Shields 2013-12-12 16:19:07 -05:00
parent 9494d96300
commit 23ebc6e799

View File

@ -480,7 +480,7 @@ static PyObject *pepy_parsed_get_bytes(PyObject *self, PyObject *args) {
PyErr_SetString(pepy_error, "Unable to create new list.");
return NULL;
}
Py_DECREF(tmp);
Py_DECREF(tmp);
return ret;
}