commit | aa3af53f1ff7f0eceefecb9b47d5af82940772ee | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Mon Sep 12 21:19:53 2011 +0200 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Mon Sep 12 21:19:53 2011 +0200 |
tree | 6faccc48fb09371f517e4ca09fea2a87335b2e83 | |
parent | 439c25eb9e53fb5b47dd392cccd3a8183e0910eb [diff] |
Remove trailing spaces
diff --git a/Lib/ctypes/test/test_callbacks.py b/Lib/ctypes/test/test_callbacks.py index 901456d..be0c17e 100644 --- a/Lib/ctypes/test/test_callbacks.py +++ b/Lib/ctypes/test/test_callbacks.py
@@ -146,7 +146,7 @@ def __del__(self): gc.collect() CFUNCTYPE(None)(lambda x=Nasty(): None) - + try: WINFUNCTYPE