[Python-checkins] cpython (3.4): rm trailing ws

benjamin.peterson python-checkins at python.org
Sat Nov 14 18:15:15 EST 2015


https://hg.python.org/cpython/rev/41ddf2c47a18
changeset:   99143:41ddf2c47a18
branch:      3.4
user:        Benjamin Peterson <benjamin at python.org>
date:        Sat Nov 14 15:12:38 2015 -0800
summary:
  rm trailing ws

files:
  Modules/_ssl.c |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Modules/_ssl.c b/Modules/_ssl.c
--- a/Modules/_ssl.c
+++ b/Modules/_ssl.c
@@ -3380,7 +3380,7 @@
         else if ((target = PyUnicode_DecodeFSDefault(tmp)) == NULL) { \
             target = PyBytes_FromString(tmp); } \
         if (!target) goto error; \
-    } 
+    }
 
     CONVERT(X509_get_default_cert_file_env(), ofile_env);
     CONVERT(X509_get_default_cert_file(), ofile);

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


More information about the Python-checkins mailing list