Skip to content

Commit 4b55d22

Browse files
vstinnerpicnixz
andauthored
Apply suggestion from @picnixz
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
1 parent 71e9c1a commit 4b55d22

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
@@ -1187,7 +1187,7 @@ _create_tuple_for_attribute(_sslmodulestate *state,
11871187
}
11881188

11891189
static PyObject *
1190-
_create_tuple_for_X509_NAME (_sslmodulestate *state, const X509_NAME *xname)
1190+
_create_tuple_for_X509_NAME(_sslmodulestate *state, const X509_NAME *xname)
11911191
{
11921192
PyObject *dn = NULL; /* tuple which represents the "distinguished name" */
11931193
PyObject *rdn = NULL; /* tuple to hold a "relative distinguished name" */

0 commit comments

Comments
 (0)