[Python-checkins] CVS: python/dist/src/Python getargs.c,2.57,2.58

Fred L. Drake fdrake@users.sourceforge.net
Fri, 18 May 2001 14:03:42 -0700


Update of /cvsroot/python/python/dist/src/Python
In directory usw-pr-cvs1:/tmp/cvs-serv8572/Python

Modified Files:
	getargs.c 
Log Message:

Fix whitespace botch.


Index: getargs.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/getargs.c,v
retrieving revision 2.57
retrieving revision 2.58
diff -C2 -r2.57 -r2.58
*** getargs.c	2001/05/18 20:57:38	2.57
--- getargs.c	2001/05/18 21:03:40	2.58
***************
*** 113,117 ****
  		else if (level != 0)
  			; /* Pass */
!                 else if (c == 'e')
  			; /* Pass */
  		else if (isalpha(c))
--- 113,117 ----
  		else if (level != 0)
  			; /* Pass */
! 		else if (c == 'e')
  			; /* Pass */
  		else if (isalpha(c))