Skip to content

Commit 2998fed

Browse files
Lint fix
1 parent b927d08 commit 2998fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_stackref.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ static const _PyStackRef PyStackRef_ERROR = { .bits = Py_TAG_INVALID };
381381
/* For use in the JIT to clear an unused value.
382382
* PyStackRef_ZERO_BITS has no meaning and should not be used other than by the JIT. */
383383
static const _PyStackRef PyStackRef_ZERO_BITS = { .bits = 0 };
384-
384+
385385
static inline PyObject *
386386
_PyStackRef_AsTuple(_PyStackRef ref, PyObject *op)
387387
{

0 commit comments

Comments
 (0)