Skip to content

Commit a538acc

Browse files
committed
Remove stray newline change from pycore_lock.h
1 parent 7289037 commit a538acc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Include/internal/pycore_lock.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ PyAPI_FUNC(int) _PyEvent_IsSet(PyEvent *evt);
8787
// Export for '_testinternalcapi' shared extension
8888
PyAPI_FUNC(void) _PyEvent_Notify(PyEvent *evt);
8989

90-
9190
// Wait for the event to be set. If the event is already set, then this returns
9291
// immediately.
9392
PyAPI_FUNC(void) PyEvent_Wait(PyEvent *evt);

0 commit comments

Comments
 (0)