File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ static inline void _Py_NO_SANITIZE_UNDEFINED
116116CALL_XML_HANDLER_SETTER (const struct HandlerInfo * handler_info ,
117117 XML_Parser xml_parser , xmlhandler xml_handler )
118118{
119- xmlhandlersetter setter = (xmlhandlersetter )( handler_info -> setter ) ;
119+ xmlhandlersetter setter = (xmlhandlersetter )handler_info -> setter ;
120120 setter (xml_parser , xml_handler );
121121}
122122
@@ -592,7 +592,7 @@ my_ElementDeclHandler(void *userData,
592592
593593 if (flush_character_buffer (self ) < 0 )
594594 goto finally ;
595- modelobj = conv_content_model (model , ( conv_string_to_unicode_void ) );
595+ modelobj = conv_content_model (model , conv_string_to_unicode_void );
596596 if (modelobj == NULL ) {
597597 flag_error (self );
598598 goto finally ;
You can’t perform that action at this time.
0 commit comments