mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix indentation from previous commit
This commit is contained in:
parent
5dd40e555b
commit
4b79518f83
1 changed files with 2 additions and 2 deletions
|
@ -2998,9 +2998,9 @@ expat_start_ns_handler(XMLParserObject* self, const XML_Char* prefix,
|
|||
PyObject* suri = NULL;
|
||||
|
||||
if (uri)
|
||||
suri = PyUnicode_DecodeUTF8(uri, strlen(uri), "strict");
|
||||
suri = PyUnicode_DecodeUTF8(uri, strlen(uri), "strict");
|
||||
else
|
||||
suri = PyUnicode_FromString("");
|
||||
suri = PyUnicode_FromString("");
|
||||
if (!suri)
|
||||
return;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue