]> granicus.if.org Git - python/commitdiff
Some blank lines.
authorGuido van Rossum <guido@python.org>
Fri, 31 Mar 2000 17:24:09 +0000 (17:24 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 31 Mar 2000 17:24:09 +0000 (17:24 +0000)
Objects/unicodeobject.c

index 8c1db7eb00d0c8e1350152b6f311fa9a4c1cb2bf..9c35e2d54457943334d967614dff7b35f52f828d 100644 (file)
@@ -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 -------------------------------------------- */