[Python-checkins] r46927 - python/trunk/Lib/test/test_thread.py

tim.peters python-checkins at python.org
Tue Jun 13 20:37:07 CEST 2006


Author: tim.peters
Date: Tue Jun 13 20:37:07 2006
New Revision: 46927

Modified:
   python/trunk/Lib/test/test_thread.py
Log:
Whitespace normalization.


Modified: python/trunk/Lib/test/test_thread.py
==============================================================================
--- python/trunk/Lib/test/test_thread.py	(original)
+++ python/trunk/Lib/test/test_thread.py	Tue Jun 13 20:37:07 2006
@@ -121,7 +121,7 @@
 if thread.stack_size() != 0:
     raise ValueError, "initial stack_size not 0"
 
-thread.stack_size(0) 
+thread.stack_size(0)
 if thread.stack_size() != 0:
     raise ValueError, "stack_size not reset to default"
 


More information about the Python-checkins mailing list