diff options
author | Austin Foxley <austinf@cetoncorp.com> | 2009-10-17 16:18:35 -0700 |
---|---|---|
committer | Austin Foxley <austinf@cetoncorp.com> | 2009-10-17 16:18:35 -0700 |
commit | 0f3e8be7739934e920143682ff9d93c5d29e5de5 (patch) | |
tree | 41827cd8a626f9060c62e232eb55ac3cd5e72a35 /libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486 | |
parent | d2b282faa6fef368680cf1cb96bad562f082ce03 (diff) |
whitespace fixes
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486')
-rw-r--r-- | libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S | 1 | ||||
-rw-r--r-- | libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S b/libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S index fc4f21b58..b8f0d2e4b 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S @@ -463,4 +463,3 @@ __condvar_tw_cleanup: hlt .LENDCODE: .size __condvar_tw_cleanup, .-__condvar_tw_cleanup - diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S b/libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S index bf852b5b9..377a7340f 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S @@ -355,4 +355,3 @@ __condvar_w_cleanup: hlt .LENDCODE: .size __condvar_w_cleanup, .-__condvar_w_cleanup - |