diff options
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2011-09-12 19:19:53 (GMT) |
---|---|---|
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2011-09-12 19:19:53 (GMT) |
commit | aa3af53f1ff7f0eceefecb9b47d5af82940772ee (patch) | |
tree | 6faccc48fb09371f517e4ca09fea2a87335b2e83 /Lib | |
parent | 439c25eb9e53fb5b47dd392cccd3a8183e0910eb (diff) | |
download | cpython-aa3af53f1ff7f0eceefecb9b47d5af82940772ee.zip cpython-aa3af53f1ff7f0eceefecb9b47d5af82940772ee.tar.gz cpython-aa3af53f1ff7f0eceefecb9b47d5af82940772ee.tar.bz2 |
Remove trailing spaces
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/ctypes/test/test_callbacks.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ class Callbacks(unittest.TestCase): def __del__(self): gc.collect() CFUNCTYPE(None)(lambda x=Nasty(): None) - + try: WINFUNCTYPE |