about summary refs log tree commit diff
path: root/nptl/tst-mutexpp10.c
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-06-06 12:06:15 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-06-06 12:06:15 +0000
commitc7afae94ca8ec4533d78e0f9846f1fd4f5585a95 (patch)
tree3c763065406fa427dac98c9090ae0700745238df /nptl/tst-mutexpp10.c
parentecdaa7c9207615a1dc5882560095389a18b1e2ca (diff)
downloadglibc-c7afae94ca8ec4533d78e0f9846f1fd4f5585a95.tar.gz
glibc-c7afae94ca8ec4533d78e0f9846f1fd4f5585a95.tar.xz
glibc-c7afae94ca8ec4533d78e0f9846f1fd4f5585a95.zip
Remove trailing whitespace in nptl.
Diffstat (limited to 'nptl/tst-mutexpp10.c')
-rw-r--r--nptl/tst-mutexpp10.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nptl/tst-mutexpp10.c b/nptl/tst-mutexpp10.c
index b06acf85c9..367b71bb19 100644
--- a/nptl/tst-mutexpp10.c
+++ b/nptl/tst-mutexpp10.c
@@ -67,7 +67,7 @@ do_test (void)
 	      fifo_max + 1);
       return 1;
     }
-  
+
   if (fifo_min > 0
       && pthread_mutexattr_setprioceiling (&ma, fifo_min - 1) != EINVAL)
     {
@@ -245,7 +245,7 @@ do_test (void)
       printf ("unexpected m1 old prioceiling %d != 6\n", prioceiling);
       return 1;
     }
-    
+
   if (pthread_mutex_getprioceiling (&m1, &prioceiling))
     {
       puts ("mutex_getprioceiling m1 failed");