Skip to content

Commit d51dda0

Browse files
committed
Revert an accidental whitespace change
1 parent e235e62 commit d51dda0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Include/internal/pycore_interp_structs.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -936,6 +936,7 @@ struct _is {
936936
_PyThreadStateImpl _initial_thread;
937937
// _initial_thread should be the last field of PyInterpreterState.
938938
// See https://github.com/python/cpython/issues/127117.
939+
939940
#if !defined(Py_GIL_DISABLED) && defined(Py_STACKREF_DEBUG)
940941
uint64_t next_stackref;
941942
_Py_hashtable_t *open_stackrefs_table;

0 commit comments

Comments
 (0)