Fix PyUnicode_EncodeFSDefault() indentation
This commit is contained in:
parent
398356baaa
commit
3119ed73aa
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue