[Python-checkins] python/dist/src/Objects stringobject.c,2.208,2.209

doerwalter@users.sourceforge.net doerwalter@users.sourceforge.net
Wed, 18 Jun 2003 07:17:04 -0700


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

Modified Files:
	stringobject.c 
Log Message:
Fix whitespace.


Index: stringobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/stringobject.c,v
retrieving revision 2.208
retrieving revision 2.209
diff -C2 -d -r2.208 -r2.209
*** stringobject.c	10 Apr 2003 22:35:32 -0000	2.208
--- stringobject.c	18 Jun 2003 14:17:01 -0000	2.209
***************
*** 3868,3872 ****
  #endif
  				/* Fall through */
!   			case 'r':
  				if (c == 's')
  					temp = PyObject_Str(v);
--- 3868,3872 ----
  #endif
  				/* Fall through */
! 			case 'r':
  				if (c == 's')
  					temp = PyObject_Str(v);