Remove trailing spaces

This commit is contained in:
Amaury Forgeot d'Arc 2011-09-12 21:19:53 +02:00
parent 439c25eb9e
commit aa3af53f1f
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ class Nasty:
def __del__(self):
gc.collect()
CFUNCTYPE(None)(lambda x=Nasty(): None)
try:
WINFUNCTYPE