# HG changeset patch # User jruigrok # Date 1208805403 0 # Node ID 1ec766e4f753df8e86715a84f7de383fa6dd3bcf # Parent e922f7190eea35f62da69ae079c046953c9af9cd Fix trailing whitespace. diff --git a/genshi/_speedups.c b/genshi/_speedups.c --- a/genshi/_speedups.c +++ b/genshi/_speedups.c @@ -536,7 +536,7 @@ sizeof(MarkupObject), 0, 0, /*tp_dealloc*/ - 0, /*tp_print*/ + 0, /*tp_print*/ 0, /*tp_getattr*/ 0, /*tp_setattr*/ 0, /*tp_compare*/ @@ -554,7 +554,7 @@ Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE | Py_TPFLAGS_CHECKTYPES, /*tp_flags*/ Markup__doc__,/*tp_doc*/ - + 0, /*tp_traverse*/ 0, /*tp_clear*/ @@ -571,11 +571,11 @@ 0, /*tp_getset*/ 0, /*tp_base*/ 0, /*tp_dict*/ - + 0, /*tp_descr_get*/ 0, /*tp_descr_set*/ 0, /*tp_dictoffset*/ - + 0, /*tp_init*/ 0, /*tp_alloc will be set to PyType_GenericAlloc in module init*/ 0, /*tp_new*/