Commit 8552f079 authored by Guido van Rossum's avatar Guido van Rossum

Some blank lines.

parent 18b72eb9
......@@ -1483,7 +1483,9 @@ PyObject *PyUnicode_AsASCIIString(PyObject *unicode)
}
#ifdef MS_WIN32
/* --- MBCS codecs for Windows -------------------------------------------- */
PyObject *PyUnicode_DecodeMBCS(const char *s,
int size,
const char *errors)
......@@ -1536,6 +1538,7 @@ PyObject *PyUnicode_EncodeMBCS(const Py_UNICODE *p,
}
return repr;
}
#endif /* MS_WIN32 */
/* --- Character Mapping Codec -------------------------------------------- */
......
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