diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-06-06 12:06:15 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-06-06 12:06:15 +0000 |
commit | c7afae94ca8ec4533d78e0f9846f1fd4f5585a95 (patch) | |
tree | 3c763065406fa427dac98c9090ae0700745238df /nptl/sysdeps/unix/sysv/linux/sparc | |
parent | ecdaa7c9207615a1dc5882560095389a18b1e2ca (diff) | |
download | glibc-c7afae94ca8ec4533d78e0f9846f1fd4f5585a95.tar glibc-c7afae94ca8ec4533d78e0f9846f1fd4f5585a95.tar.gz glibc-c7afae94ca8ec4533d78e0f9846f1fd4f5585a95.tar.bz2 glibc-c7afae94ca8ec4533d78e0f9846f1fd4f5585a95.zip |
Remove trailing whitespace in nptl.
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/sparc')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h b/nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h index 2d7d9f82f6..5ee8f6d7bb 100644 --- a/nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h +++ b/nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h @@ -78,7 +78,7 @@ extern void __cpu_relax (void); : (fl)) \ : ((fl) | (((private) ^ FUTEX_PRIVATE_FLAG) \ & THREAD_GETMEM (THREAD_SELF, header.private_futex)))) -# endif +# endif #endif |