[Python-checkins] python/dist/src/Lib/plat-atheos IN.py, 1.1, 1.2 TYPES.py, 1.1, 1.2

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Sun Jul 18 08:15:16 CEST 2004


Update of /cvsroot/python/python/dist/src/Lib/plat-atheos
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31286/plat-atheos

Modified Files:
	IN.py TYPES.py 
Log Message:
Whitespace normalization, via reindent.py.


Index: IN.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-atheos/IN.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** IN.py	11 Jun 2002 06:22:30 -0000	1.1
--- IN.py	18 Jul 2004 06:14:44 -0000	1.2
***************
*** 51,55 ****
  def __PMT(args): return args
  
! def __P(args): return ()	 
  
  def __PMT(args): return ()
--- 51,55 ----
  def __PMT(args): return args
  
! def __P(args): return ()
  
  def __PMT(args): return ()
***************
*** 61,65 ****
  def __ASMNAME(cname): return __ASMNAME2 (__USER_LABEL_PREFIX__, cname)
  
! def __attribute__(xyz): return  
  
  __USE_EXTERN_INLINES = 1
--- 61,65 ----
  def __ASMNAME(cname): return __ASMNAME2 (__USER_LABEL_PREFIX__, cname)
  
! def __attribute__(xyz): return
  
  __USE_EXTERN_INLINES = 1
***************
*** 943,945 ****
  
  def IN6_IS_ADDR_MC_GLOBAL(a): return \
- 
--- 943,944 ----

Index: TYPES.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-atheos/TYPES.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TYPES.py	11 Jun 2002 06:22:30 -0000	1.1
--- TYPES.py	18 Jul 2004 06:14:44 -0000	1.2
***************
*** 51,55 ****
  def __PMT(args): return args
  
! def __P(args): return ()	 
  
  def __PMT(args): return ()
--- 51,55 ----
  def __PMT(args): return args
  
! def __P(args): return ()
  
  def __PMT(args): return ()
***************
*** 61,65 ****
  def __ASMNAME(cname): return __ASMNAME2 (__USER_LABEL_PREFIX__, cname)
  
! def __attribute__(xyz): return  
  
  __USE_EXTERN_INLINES = 1
--- 61,65 ----
  def __ASMNAME(cname): return __ASMNAME2 (__USER_LABEL_PREFIX__, cname)
  
! def __attribute__(xyz): return
  
  __USE_EXTERN_INLINES = 1
***************
*** 141,143 ****
  
  def minor(dev): return ( ((dev) & 0xff))
- 
--- 141,142 ----



More information about the Python-checkins mailing list