]> git.ipfire.org Git - thirdparty/Python/cpython.git/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 55159d7de15b3adc34844a77587a2209a9034cb7..89f2aaa02ddae6dfb7aeb7c2a1b086e79cf5c0d0 100644 (file)
@@ -3433,7 +3433,7 @@ PySSL_get_default_verify_paths(PyObject *self)
         if (!tmp) { Py_INCREF(Py_None); target = Py_None; } \
         else { target = PyBytes_FromString(tmp); } \
         if (!target) goto error; \
-    } 
+    }
 
     CONVERT(X509_get_default_cert_file_env(), ofile_env);
     CONVERT(X509_get_default_cert_file(), ofile);