Commit 71142c4e authored by Eli Bendersky's avatar Eli Bendersky

Fix indentation from previous commit

parent f933e081
......@@ -2339,9 +2339,9 @@ expat_start_ns_handler(XMLParserObject* self, const XML_Char* prefix,
PyObject* suri = NULL;
if (uri)
suri = makestring(uri, strlen(uri));
suri = makestring(uri, strlen(uri));
else
suri = PyString_FromStringAndSize("", 0);
suri = PyString_FromStringAndSize("", 0);
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