mirror of
https://github.com/python/cpython.git
synced 2025-11-27 05:44:16 +00:00
rm trailing ws
This commit is contained in:
parent
f0c9038a36
commit
025a1fd990
1 changed files with 1 additions and 1 deletions
|
|
@ -3380,7 +3380,7 @@ PySSL_get_default_verify_paths(PyObject *self)
|
||||||
else if ((target = PyUnicode_DecodeFSDefault(tmp)) == NULL) { \
|
else if ((target = PyUnicode_DecodeFSDefault(tmp)) == NULL) { \
|
||||||
target = PyBytes_FromString(tmp); } \
|
target = PyBytes_FromString(tmp); } \
|
||||||
if (!target) goto error; \
|
if (!target) goto error; \
|
||||||
}
|
}
|
||||||
|
|
||||||
CONVERT(X509_get_default_cert_file_env(), ofile_env);
|
CONVERT(X509_get_default_cert_file_env(), ofile_env);
|
||||||
CONVERT(X509_get_default_cert_file(), ofile);
|
CONVERT(X509_get_default_cert_file(), ofile);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue