]> granicus.if.org Git - python/commitdiff
Whitespace normalization.
authorTim Peters <tim.peters@gmail.com>
Tue, 13 Jun 2006 18:37:07 +0000 (18:37 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 13 Jun 2006 18:37:07 +0000 (18:37 +0000)
Lib/test/test_thread.py

index 7586ebce25a809fd9751b66888e4b163484497aa..883ca6cc75cac3c66c81e98f6d4d7201fb5f586f 100644 (file)
@@ -121,7 +121,7 @@ print '\n*** Changing thread stack size ***'
 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"