Commit 3119ed73 authored by Victor Stinner's avatar Victor Stinner

Fix PyUnicode_EncodeFSDefault() indentation

parent 398356ba
......@@ -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,
......
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