diff options
author | Paul Pluzhnikov <ppluzhnikov@google.com> | 2012-05-02 14:01:37 -0700 |
---|---|---|
committer | Paul Pluzhnikov <ppluzhnikov@google.com> | 2012-05-02 14:01:37 -0700 |
commit | ff8a695b6d740e45b9e4b7ca454cdbca4f04ed7a (patch) | |
tree | 054c4d6672be8ff07130893afb4f978ec4920060 /nptl | |
parent | b93d565a5117afc5dde458438d5d16621b9c4dd4 (diff) | |
download | glibc-ff8a695b6d740e45b9e4b7ca454cdbca4f04ed7a.tar glibc-ff8a695b6d740e45b9e4b7ca454cdbca4f04ed7a.tar.gz glibc-ff8a695b6d740e45b9e4b7ca454cdbca4f04ed7a.tar.bz2 glibc-ff8a695b6d740e45b9e4b7ca454cdbca4f04ed7a.zip |
Kill trailing whitespace.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/sysdeps/x86_64/pthread_spin_lock.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/sysdeps/x86_64/pthread_spin_lock.S b/nptl/sysdeps/x86_64/pthread_spin_lock.S index 5e3431c903..b2acb61562 100644 --- a/nptl/sysdeps/x86_64/pthread_spin_lock.S +++ b/nptl/sysdeps/x86_64/pthread_spin_lock.S @@ -16,7 +16,7 @@ <http://www.gnu.org/licenses/>. */ #include <lowlevellock.h> - + .globl pthread_spin_lock .type pthread_spin_lock,@function .align 16 |