mirror of
https://github.com/python/cpython.git
synced 2025-11-12 03:22:06 +00:00
Fix whitespace.
This commit is contained in:
parent
f778bec8ed
commit
6ef9fd7c97
1 changed files with 42 additions and 41 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue