diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-12-13 11:52:28 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-12-13 11:52:28 -0800 |
commit | 23b8575625a588e870c516c637945293adb824b4 (patch) | |
tree | 63654fcc4eee290ebc5c10ec7a908124ed54c0d5 /nptl | |
parent | 5a9e37df223edefa76bfbdd1baee66e1f180f5e2 (diff) | |
download | glibc-23b8575625a588e870c516c637945293adb824b4.tar glibc-23b8575625a588e870c516c637945293adb824b4.tar.gz glibc-23b8575625a588e870c516c637945293adb824b4.tar.bz2 glibc-23b8575625a588e870c516c637945293adb824b4.zip |
More whitespace fixes.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S b/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S index 8d0a555b31..b3b8bc4be5 100644 --- a/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S +++ b/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S @@ -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 @@ -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 |