]> sourceware.org Git - glibc.git/commitdiff
More whitespace fixes.
authorUlrich Drepper <drepper@redhat.com>
Sun, 13 Dec 2009 19:52:28 +0000 (11:52 -0800)
committerUlrich Drepper <drepper@redhat.com>
Sun, 13 Dec 2009 19:52:28 +0000 (11:52 -0800)
nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S

index 8d0a555b31a81af2f4045a7ba283706bdb107d9a..b3b8bc4be5d327381ccabd9e69f56b5f93713e6b 100644 (file)
@@ -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
This page took 0.045016 seconds and 5 git commands to generate.