[Python-checkins] cpython (2.7): Remove trailing spaces

amaury.forgeotdarc python-checkins at python.org
Mon Sep 12 21:20:31 CEST 2011


http://hg.python.org/cpython/rev/a698ad2741da
changeset:   72369:a698ad2741da
branch:      2.7
parent:      72365:eb9f566fd8db
user:        Amaury Forgeot d'Arc <amauryfa at gmail.com>
date:        Mon Sep 12 21:19:53 2011 +0200
summary:
  Remove trailing spaces

files:
  Lib/ctypes/test/test_callbacks.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/ctypes/test/test_callbacks.py b/Lib/ctypes/test/test_callbacks.py
--- a/Lib/ctypes/test/test_callbacks.py
+++ b/Lib/ctypes/test/test_callbacks.py
@@ -146,7 +146,7 @@
             def __del__(self):
                 gc.collect()
         CFUNCTYPE(None)(lambda x=Nasty(): None)
-        
+
 
 try:
     WINFUNCTYPE

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list