From: Alexander Belopolsky Date: Mon, 28 Jun 2010 14:36:55 +0000 (+0000) Subject: Added missing white space X-Git-Tag: v3.2a1~405 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=311d2a93a17e321bf77a84f53666843565856b92;p=thirdparty%2FPython%2Fcpython.git Added missing white space --- diff --git a/Modules/datetimemodule.c b/Modules/datetimemodule.c index d31aab66ffc7..ce94a1eef993 100644 --- a/Modules/datetimemodule.c +++ b/Modules/datetimemodule.c @@ -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",