[Python-checkins] python/dist/src/Objects obmalloc.c,2.50,2.51

doerwalter@users.sourceforge.net doerwalter@users.sourceforge.net
Tue, 17 Jun 2003 08:48:14 -0700


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

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


Index: obmalloc.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/obmalloc.c,v
retrieving revision 2.50
retrieving revision 2.51
diff -C2 -d -r2.50 -r2.51
*** obmalloc.c	23 Nov 2002 09:13:40 -0000	2.50
--- obmalloc.c	17 Jun 2003 15:48:11 -0000	2.51
***************
*** 652,658 ****
  			return (void *)bp;
  		}
!                 /*
!                  * Allocate new pool
!                  */
  		if (nfreepools) {
  		commit_pool:
--- 652,658 ----
  			return (void *)bp;
  		}
! 		/*
! 		 * Allocate new pool
! 		 */
  		if (nfreepools) {
  		commit_pool:
***************
*** 664,670 ****
  			goto init_pool;
  		}
!                 /*
!                  * Allocate new arena
!                  */
  #ifdef WITH_MEMORY_LIMITS
  		if (!(narenas < MAX_ARENAS)) {
--- 664,670 ----
  			goto init_pool;
  		}
! 		/*
! 		 * Allocate new arena
! 		 */
  #ifdef WITH_MEMORY_LIMITS
  		if (!(narenas < MAX_ARENAS)) {