Whitespace normalization

This commit is contained in:
Neal Norwitz 2003-02-04 20:45:17 +00:00
parent c3da83fcd7
commit ce3d34dde7
1 changed files with 1 additions and 1 deletions

View File

@ -2870,7 +2870,7 @@ static PyMethodDef tzinfo_methods[] = {
static char tzinfo_doc[] =
PyDoc_STR("Abstract base class for time zone info objects.");
statichere PyTypeObject PyDateTime_TZInfoType = {
statichere PyTypeObject PyDateTime_TZInfoType = {
PyObject_HEAD_INIT(NULL)
0, /* ob_size */
"datetime.tzinfo", /* tp_name */