summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>2011-09-12 19:19:53 (GMT)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>2011-09-12 19:19:53 (GMT)
commitaa3af53f1ff7f0eceefecb9b47d5af82940772ee (patch)
tree6faccc48fb09371f517e4ca09fea2a87335b2e83
parent439c25eb9e53fb5b47dd392cccd3a8183e0910eb (diff)
downloadcpython-aa3af53f1ff7f0eceefecb9b47d5af82940772ee.zip
cpython-aa3af53f1ff7f0eceefecb9b47d5af82940772ee.tar.gz
cpython-aa3af53f1ff7f0eceefecb9b47d5af82940772ee.tar.bz2
Remove trailing spaces
-rw-r--r--Lib/ctypes/test/test_callbacks.py2
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