Skip to content

Commit 2bd1339

Browse files
committed
Restore whitespace
1 parent c2775e0 commit 2bd1339

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Objects/object.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -2822,6 +2822,8 @@ _PyObject_AssertFailed(PyObject *obj, const char *expr, const char *msg,
28222822

28232823
Py_FatalError("_PyObject_AssertFailed");
28242824
}
2825+
2826+
28252827
void
28262828
_Py_Dealloc(PyObject *op)
28272829
{
@@ -2847,7 +2849,6 @@ _Py_Dealloc(PyObject *op)
28472849
#ifdef Py_TRACE_REFS
28482850
_Py_ForgetReference(op);
28492851
#endif
2850-
28512852
(*dealloc)(op);
28522853

28532854
#ifdef Py_DEBUG

0 commit comments

Comments
 (0)