From: Amaury Forgeot d'Arc Date: Mon, 12 Sep 2011 19:19:53 +0000 (+0200) Subject: Remove trailing spaces X-Git-Tag: v2.7.3rc1~455 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aa3af53f1ff7f0eceefecb9b47d5af82940772ee;p=thirdparty%2FPython%2Fcpython.git Remove trailing spaces --- diff --git a/Lib/ctypes/test/test_callbacks.py b/Lib/ctypes/test/test_callbacks.py index 901456df19cc..be0c17e93c87 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