[Python-checkins] python/dist/src/Objects iterobject.c,1.15,1.16

doerwalter@users.sourceforge.net doerwalter@users.sourceforge.net
Wed, 25 Jun 2003 06:12:21 -0700


Update of /cvsroot/python/python/dist/src/Objects
In directory sc8-pr-cvs1:/tmp/cvs-serv26534/Objects

Modified Files:
	iterobject.c 
Log Message:
Whitespace normalization.


Index: iterobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/iterobject.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** iterobject.c	17 Mar 2003 19:46:10 -0000	1.15
--- iterobject.c	25 Jun 2003 13:12:18 -0000	1.16
***************
*** 212,218 ****
  	0,					/* tp_as_buffer */
  	Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_GC,/* tp_flags */
!  	0,					/* tp_doc */
!  	(traverseproc)calliter_traverse,	/* tp_traverse */
!  	0,					/* tp_clear */
  	0,					/* tp_richcompare */
  	0,					/* tp_weaklistoffset */
--- 212,218 ----
  	0,					/* tp_as_buffer */
  	Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_GC,/* tp_flags */
! 	0,					/* tp_doc */
! 	(traverseproc)calliter_traverse,	/* tp_traverse */
! 	0,					/* tp_clear */
  	0,					/* tp_richcompare */
  	0,					/* tp_weaklistoffset */