mirror of https://github.com/python/cpython.git
Fix whitespace.
This commit is contained in:
parent
f778bec8ed
commit
6ef9fd7c97
|
@ -539,7 +539,8 @@ time_strptime(PyObject *self, PyObject *args)
|
||||||
|
|
||||||
if (!strptime_module)
|
if (!strptime_module)
|
||||||
return NULL;
|
return NULL;
|
||||||
strptime_result = PyObject_CallMethod(strptime_module, "_strptime_time", "O", args);
|
strptime_result = PyObject_CallMethod(strptime_module,
|
||||||
|
"_strptime_time", "O", args);
|
||||||
Py_DECREF(strptime_module);
|
Py_DECREF(strptime_module);
|
||||||
return strptime_result;
|
return strptime_result;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue