Whitespace normalization.

This commit is contained in:
Tim Peters 2004-08-26 05:23:19 +00:00
parent 5b799c1f3d
commit 66cb018c96
4 changed files with 33 additions and 34 deletions

View file

@ -46,4 +46,3 @@ if have_thread_state:
import threading
t=threading.Thread(target=TestThreadState)
t.start()