From 311d2a93a17e321bf77a84f53666843565856b92 Mon Sep 17 00:00:00 2001 From: Alexander Belopolsky Date: Mon, 28 Jun 2010 14:36:55 +0000 Subject: [PATCH] Added missing white space --- Modules/datetimemodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/datetimemodule.c b/Modules/datetimemodule.c index d31aab66ff..ce94a1eef9 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", -- 2.40.0