https://hg.python.org/cpython/rev/017d77d001c5 changeset: 99141:017d77d001c5 branch: 2.7 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 @@ -3433,7 +3433,7 @@ 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); -- Repository URL: https://hg.python.org/cpython