Remove trailing spaces

This commit is contained in:
Amaury Forgeot d'Arc 2011-09-12 21:17:09 +02:00
parent 65604b51e0
commit 88354ed8e3
1 changed files with 1 additions and 1 deletions

View File

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