4
0
mirror of https://github.com/QuasarApp/pe-parse.git synced 2025-05-02 15:19:33 +00:00

Whitespace.

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

@ -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;
}