commit | 311d2a93a17e321bf77a84f53666843565856b92 | [log] [tgz] |
---|---|---|
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | Mon Jun 28 14:36:55 2010 +0000 |
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | Mon Jun 28 14:36:55 2010 +0000 |
tree | 7c146b8bd75f18f1480c6a55c7aca534fc81c64e | |
parent | 8749a6347328b091a472d07305aaf82353dda3e8 [diff] [blame] |
Added missing white space
diff --git a/Modules/datetimemodule.c b/Modules/datetimemodule.c index d31aab6..ce94a1e 100644 --- a/Modules/datetimemodule.c +++ b/Modules/datetimemodule.c
@@ -4386,7 +4386,7 @@ if (module == NULL) { module = PyImport_ImportModuleNoBlock("_strptime"); - if(module == NULL) + if (module == NULL) return NULL; } return PyObject_CallMethod(module, "_strptime_datetime", "Ouu",