Whitespace normalization.

This commit is contained in:
Tim Peters 2006-06-19 07:45:16 +00:00
parent 0b465702e6
commit 43bc3788c0
2 changed files with 8 additions and 9 deletions

View File

@ -475,4 +475,3 @@ def threading_cleanup(num_active, num_limbo):
while len(threading._limbo) != num_limbo and count < _MAX_COUNT:
count += 1
time.sleep(0.1)