[Python-checkins] r42325 - python/trunk/Tools/bgen/bgen/bgenObjectDefinition.py

tim.peters python-checkins at python.org
Sat Feb 11 19:32:22 CET 2006


Author: tim.peters
Date: Sat Feb 11 19:32:21 2006
New Revision: 42325

Modified:
   python/trunk/Tools/bgen/bgen/bgenObjectDefinition.py
Log:
Whitespace normalization.


Modified: python/trunk/Tools/bgen/bgen/bgenObjectDefinition.py
==============================================================================
--- python/trunk/Tools/bgen/bgen/bgenObjectDefinition.py	(original)
+++ python/trunk/Tools/bgen/bgen/bgenObjectDefinition.py	Sat Feb 11 19:32:21 2006
@@ -388,7 +388,7 @@
             OutLbrace()
             Output("if ( (*%s.tp_init)(_self, _args, _kwds) < 0) return -1;", self.basetype)
             OutRbrace()
-            
+
     output_tp_initBody = None
 
     def output_tp_init(self):


More information about the Python-checkins mailing list