mirror of
https://github.com/python/cpython.git
synced 2025-07-29 14:15:07 +00:00
Whitespace normalization
This commit is contained in:
parent
b628913b08
commit
df6ac3db57
1 changed files with 6 additions and 6 deletions
|
@ -167,7 +167,7 @@ static int
|
|||
cleanreturn(int retval, PyObject *freelist)
|
||||
{
|
||||
if (freelist) {
|
||||
if((retval) == 0) {
|
||||
if (retval == 0) {
|
||||
Py_ssize_t len = PyList_GET_SIZE(freelist), i;
|
||||
for (i = 0; i < len; i++)
|
||||
PyMem_FREE(PyCObject_AsVoidPtr(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue