Skip to content

Commit

Permalink
remove newline
Browse files Browse the repository at this point in the history
  • Loading branch information
mattprodani committed Jan 29, 2024
1 parent 2983bb7 commit 0f3c922
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Python/parking_lot.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ _PySemaphore_PlatformWait(_PySemaphore *sema, _PyTime_t timeout)
#else
pthread_mutex_lock(&sema->mutex);
int err = 0;

if (sema->counter == 0) {
if (timeout >= 0) {
struct timespec ts;
Expand Down

0 comments on commit 0f3c922

Please sign in to comment.