Skip to content

Commit 32b6e44

Browse files
committed
spacing
1 parent 38fe25f commit 32b6e44

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Objects/longobject.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3616,7 +3616,6 @@ static inline int
36163616
_long_is_small_int(PyObject *op)
36173617
{
36183618
PyLongObject *long_object = (PyLongObject *)op;
3619-
36203619
return (long_object->long_value.lv_tag & IMMORTALITY_BIT_MASK) != 0;
36213620
}
36223621

0 commit comments

Comments
 (0)