diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-11-14 23:12:38 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-11-14 23:12:38 (GMT) |
commit | 025a1fd9907bb439db9a812c78b8f18dbf4bad9e (patch) | |
tree | 9c185ce1ca777f1f912d4e6141d48d002e5d0105 /Modules/_ssl.c | |
parent | f0c9038a369eb846f184d1347a33ebb441d3ab6b (diff) | |
download | cpython-025a1fd9907bb439db9a812c78b8f18dbf4bad9e.zip cpython-025a1fd9907bb439db9a812c78b8f18dbf4bad9e.tar.gz cpython-025a1fd9907bb439db9a812c78b8f18dbf4bad9e.tar.bz2 |
rm trailing ws
Diffstat (limited to 'Modules/_ssl.c')
-rw-r--r-- | Modules/_ssl.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ 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); |