mirror of
https://github.com/python/cpython.git
synced 2025-07-19 17:25:54 +00:00
fix formatting
This commit is contained in:
parent
ccc51c1fc6
commit
4bfce8f81f
1 changed files with 2 additions and 2 deletions
|
@ -1362,7 +1362,7 @@ unicode_resize(PyObject **p_unicode, Py_ssize_t length)
|
|||
return -1;
|
||||
_PyUnicode_CheckConsistency(*p_unicode);
|
||||
return 0;
|
||||
} else
|
||||
}
|
||||
return resize_inplace((PyUnicodeObject*)unicode, length);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue