Skip to content

Commit 99a2fc7

Browse files
committed
whitespace
1 parent f1ce753 commit 99a2fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/longobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3655,7 +3655,7 @@ long_dealloc(PyObject *self)
36553655
_Py_SetImmortal(self);
36563656
return;
36573657
}
3658-
#endif
3658+
#endif
36593659
if (PyLong_CheckExact(self) && _PyLong_IsCompact((PyLongObject *)self)) {
36603660
_Py_FREELIST_FREE(ints, self, PyObject_Free);
36613661
return;

0 commit comments

Comments
 (0)