]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove trailing spaces
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Mon, 12 Sep 2011 19:17:09 +0000 (21:17 +0200)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Mon, 12 Sep 2011 19:17:09 +0000 (21:17 +0200)
Lib/ctypes/test/test_callbacks.py

index c7207eab9d25313e6e9ed86271b3e78c41ca70e6..5600b437c1f589ca82a475bf1d257cc015b8544b 100644 (file)
@@ -140,7 +140,7 @@ class Callbacks(unittest.TestCase):
             def __del__(self):
                 gc.collect()
         CFUNCTYPE(None)(lambda x=Nasty(): None)
-        
+
 
 try:
     WINFUNCTYPE