]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added missing white space
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Mon, 28 Jun 2010 14:36:55 +0000 (14:36 +0000)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Mon, 28 Jun 2010 14:36:55 +0000 (14:36 +0000)
Modules/datetimemodule.c

index d31aab66ffc7c0c251157cadc7f716b7acdebbb4..ce94a1eef993fc566d7b6287dbb25a7d9ea7d829 100644 (file)
@@ -4386,7 +4386,7 @@ datetime_strptime(PyObject *cls, PyObject *args)
 
     if (module == NULL) {
         module = PyImport_ImportModuleNoBlock("_strptime");
-        if(module == NULL)
+        if (module == NULL)
             return NULL;
     }
     return PyObject_CallMethod(module, "_strptime_datetime", "Ouu",