Skip to content

Commit 1493ed4

Browse files
Fix some extraneous whitespace
1 parent 8615892 commit 1493ed4

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Modules/pyexpat.c

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)