Kaydet (Commit) 3119ed73 authored tarafından Victor Stinner's avatar Victor Stinner

Fix PyUnicode_EncodeFSDefault() indentation

üst 398356ba
...@@ -1480,8 +1480,8 @@ PyObject *PyUnicode_EncodeFSDefault(PyObject *unicode) ...@@ -1480,8 +1480,8 @@ PyObject *PyUnicode_EncodeFSDefault(PyObject *unicode)
"surrogateescape"); "surrogateescape");
} else } else
return PyUnicode_EncodeUTF8(PyUnicode_AS_UNICODE(unicode), return PyUnicode_EncodeUTF8(PyUnicode_AS_UNICODE(unicode),
PyUnicode_GET_SIZE(unicode), PyUnicode_GET_SIZE(unicode),
"surrogateescape"); "surrogateescape");
} }
PyObject *PyUnicode_AsEncodedString(PyObject *unicode, PyObject *PyUnicode_AsEncodedString(PyObject *unicode,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment