commit | 025a1fd9907bb439db9a812c78b8f18dbf4bad9e | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat Nov 14 15:12:38 2015 -0800 |
committer | Benjamin Peterson <benjamin@python.org> | Sat Nov 14 15:12:38 2015 -0800 |
tree | 9c185ce1ca777f1f912d4e6141d48d002e5d0105 | |
parent | f0c9038a369eb846f184d1347a33ebb441d3ab6b [diff] |
rm trailing ws
diff --git a/Modules/_ssl.c b/Modules/_ssl.c index 064ad01..d918671 100644 --- 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);