Skip to content

Commit 9642df5

Browse files
remove nit
1 parent 8b113d1 commit 9642df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/specialize.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1342,7 +1342,7 @@ _Py_Specialize_CallFunction(
13421342
PyObject *callable, _Py_CODEUNIT *instr,
13431343
int nargs, SpecializedCacheEntry *cache,
13441344
PyObject *builtins)
1345-
{;
1345+
{
13461346
int fail;
13471347
if (PyCFunction_CheckExact(callable)) {
13481348
fail = specialize_c_call(callable, instr, nargs, cache, builtins);

0 commit comments

Comments
 (0)