[Python-checkins] r46359 - python/trunk/Tools/pybench/Empty.py python/trunk/Tools/pybench/pybench.py

tim.peters python-checkins at python.org
Fri May 26 18:52:04 CEST 2006


Author: tim.peters
Date: Fri May 26 18:52:04 2006
New Revision: 46359

Modified:
   python/trunk/Tools/pybench/Empty.py
   python/trunk/Tools/pybench/pybench.py
Log:
Whitespace normalization.


Modified: python/trunk/Tools/pybench/Empty.py
==============================================================================
--- python/trunk/Tools/pybench/Empty.py	(original)
+++ python/trunk/Tools/pybench/Empty.py	Fri May 26 18:52:04 2006
@@ -20,4 +20,3 @@
 
         for i in xrange(self.rounds):
             pass
-

Modified: python/trunk/Tools/pybench/pybench.py
==============================================================================
--- python/trunk/Tools/pybench/pybench.py	(original)
+++ python/trunk/Tools/pybench/pybench.py	Fri May 26 18:52:04 2006
@@ -423,7 +423,7 @@
         limitnames = self.values['-t']
         verbose = self.verbose
         nosyscheck = self.values['--no-syscheck']
-        
+
         print 'PYBENCH',__version__
 
         # Switch off GC


More information about the Python-checkins mailing list