mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Fix PyUnicode_EncodeFSDefault() indentation
This commit is contained in:
parent
398356baaa
commit
3119ed73aa
1 changed files with 2 additions and 2 deletions
|
@ -1480,8 +1480,8 @@ PyObject *PyUnicode_EncodeFSDefault(PyObject *unicode)
|
|||
"surrogateescape");
|
||||
} else
|
||||
return PyUnicode_EncodeUTF8(PyUnicode_AS_UNICODE(unicode),
|
||||
PyUnicode_GET_SIZE(unicode),
|
||||
"surrogateescape");
|
||||
PyUnicode_GET_SIZE(unicode),
|
||||
"surrogateescape");
|
||||
}
|
||||
|
||||
PyObject *PyUnicode_AsEncodedString(PyObject *unicode,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue