]> granicus.if.org Git - python/commitdiff
rm trailing ws
authorBenjamin Peterson <benjamin@python.org>
Sat, 14 Nov 2015 23:12:38 +0000 (15:12 -0800)
committerBenjamin Peterson <benjamin@python.org>
Sat, 14 Nov 2015 23:12:38 +0000 (15:12 -0800)
Modules/_ssl.c

index 064ad01dec8b5117793ef69909905f7c25143f18..d918671fc824191eab3fafa70379e12e8ee60ba9 100644 (file)
@@ -3380,7 +3380,7 @@ PySSL_get_default_verify_paths(PyObject *self)
         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);