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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aa3af53f1ff7f0eceefecb9b47d5af82940772ee;p=python Remove trailing spaces --- diff --git a/Lib/ctypes/test/test_callbacks.py b/Lib/ctypes/test/test_callbacks.py index 901456df19..be0c17e93c 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