Skip to content

Commit 5c85aef

Browse files
Fix stray newline change
1 parent 2c70a96 commit 5c85aef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Include/internal/pycore_pystate.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ _Py_ThreadCanHandleSignals(PyInterpreterState *interp)
8585
return (_Py_IsMainThread() && _Py_IsMainInterpreter(interp));
8686
}
8787

88+
8889
/* Variable and static inline functions for in-line access to current thread
8990
and interpreter state */
9091

0 commit comments

Comments
 (0)