From: Amaury Forgeot d'Arc Date: Mon, 12 Sep 2011 19:17:09 +0000 (+0200) Subject: Remove trailing spaces X-Git-Tag: v3.3.0a1~1540 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=88354ed8e3ce747e3e6f3a20d1f2f2b68fb69421;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 c7207eab9d25..5600b437c1f5 100644 --- a/Lib/ctypes/test/test_callbacks.py +++ b/Lib/ctypes/test/test_callbacks.py @@ -140,7 +140,7 @@ class Callbacks(unittest.TestCase): def __del__(self): gc.collect() CFUNCTYPE(None)(lambda x=Nasty(): None) - + try: WINFUNCTYPE