Kaydet (Commit) 4b79518f authored tarafından Eli Bendersky's avatar Eli Bendersky

Fix indentation from previous commit

üst 5dd40e55
......@@ -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;
......
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