Skip to content

Commit 26b2856

Browse files
committed
Fix whitespace
1 parent a98b1c8 commit 26b2856

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Python/pystate.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -579,8 +579,6 @@ init_interpreter(PyInterpreterState *interp,
579579
/* Fix the self-referential, statically initialized fields. */
580580
interp->dtoa = (struct _dtoa_state)_dtoa_state_INIT(interp);
581581
}
582-
583-
584582
#if !defined(Py_GIL_DISABLED) && defined(Py_STACKREF_DEBUG)
585583
interp->next_stackref = INITIAL_STACKREF_INDEX;
586584
_Py_hashtable_allocator_t alloc = {

0 commit comments

Comments
 (0)