Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 025a1fd

Browse files
committed
rm trailing ws
1 parent f0c9038 commit 025a1fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_ssl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3380,7 +3380,7 @@ PySSL_get_default_verify_paths(PyObject *self)
33803380
else if ((target = PyUnicode_DecodeFSDefault(tmp)) == NULL) { \
33813381
target = PyBytes_FromString(tmp); } \
33823382
if (!target) goto error; \
3383-
}
3383+
}
33843384

33853385
CONVERT(X509_get_default_cert_file_env(), ofile_env);
33863386
CONVERT(X509_get_default_cert_file(), ofile);

0 commit comments

Comments
 (0)