Skip to content

Commit 1aae171

Browse files
committed
remove newline
1 parent 2ace02d commit 1aae171

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python/parking_lot.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ _PySemaphore_PlatformWait(_PySemaphore *sema, _PyTime_t timeout)
155155
#else
156156
pthread_mutex_lock(&sema->mutex);
157157
int err = 0;
158-
159158
if (sema->counter == 0) {
160159
if (timeout >= 0) {
161160
struct timespec ts;

0 commit comments

Comments
 (0)