Skip to content

Commit

Permalink
More whitespace fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Dec 13, 2009
1 parent 5a9e37d commit 23b8575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ __pthread_cond_wait:

/* Reset the pi-requeued flag. */
8: movl $0, 16(%esp)
movl cond_futex(%ebx), %ebp
movl cond_futex(%ebx), %ebp

/* Unlock. */
LOCK
Expand All @@ -124,7 +124,7 @@ __pthread_cond_wait:
xorl %ecx, %ecx
cmpl $-1, dep_mutex(%ebx)
sete %cl
je 18f
je 18f

movl dep_mutex(%ebx), %edi
/* Requeue to a non-robust PI mutex if the PI bit is set and
Expand Down

0 comments on commit 23b8575

Please sign in to comment.