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

tim_one@users.sourceforge.net tim_one at users.sourceforge.net
Mon Jul 18 01:16:20 CEST 2005


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

Modified Files:
	IN.py 
Log Message:
Whitespace normalization.


Index: IN.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-freebsd7/IN.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- IN.py	17 Jul 2005 02:37:00 -0000	1.1
+++ IN.py	17 Jul 2005 23:16:18 -0000	1.2
@@ -23,13 +23,13 @@
 __CC_SUPPORTS_VARADIC_XXX = 1
 __CC_SUPPORTS_DYNAMIC_ARRAY_INIT = 1
 __CC_INT_IS_32BIT = 1
-def __P(protos): return protos		 
+def __P(protos): return protos
 
-def __STRING(x): return #x		 
+def __STRING(x): return #x
 
-def __XSTRING(x): return __STRING(x)	 
+def __XSTRING(x): return __STRING(x)
 
-def __P(protos): return ()		 
+def __P(protos): return ()
 
 def __STRING(x): return "x"
 



More information about the Python-checkins mailing list