Commit ec79b1ca authored by Brett Cannon's avatar Brett Cannon

Merged revisions 75020 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75020 | brett.cannon | 2009-09-22 12:13:27 -0700 (Tue, 22 Sep 2009) | 1 line

  Fix whitespace.
........
parent 73753d35
......@@ -619,7 +619,8 @@ time_strptime(PyObject *self, PyObject *args)
if (!strptime_module)
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);
return strptime_result;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment