File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1258,10 +1258,10 @@ pyexpat_xmlparser_SetBillionLaughsAttackProtectionActivationThreshold_impl(xmlpa
12581258 unsigned long long threshold )
12591259/*[clinic end generated code: output=0c082342f1c78114 input=5a51695a481def92]*/
12601260{
1261- return set_activation_threshold (
1262- self , cls , threshold ,
1263- XML_SetBillionLaughsAttackProtectionActivationThreshold
1264- );
1261+ return set_activation_threshold (
1262+ self , cls , threshold ,
1263+ XML_SetBillionLaughsAttackProtectionActivationThreshold
1264+ );
12651265}
12661266#endif
12671267
@@ -1295,10 +1295,10 @@ pyexpat_xmlparser_SetBillionLaughsAttackProtectionMaximumAmplification_impl(xmlp
12951295 float max_factor )
12961296/*[clinic end generated code: output=c590439eadf463fa input=5de7c6dd7169b3b0]*/
12971297{
1298- return set_maximum_amplification (
1299- self , cls , max_factor ,
1300- XML_SetBillionLaughsAttackProtectionMaximumAmplification
1301- );
1298+ return set_maximum_amplification (
1299+ self , cls , max_factor ,
1300+ XML_SetBillionLaughsAttackProtectionMaximumAmplification
1301+ );
13021302}
13031303#endif
13041304
You can’t perform that action at this time.
0 commit comments