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/tst-mutexpp10.c | |
parent | ecdaa7c9207615a1dc5882560095389a18b1e2ca (diff) | |
download | glibc-c7afae94ca8ec4533d78e0f9846f1fd4f5585a95.zip glibc-c7afae94ca8ec4533d78e0f9846f1fd4f5585a95.tar.gz glibc-c7afae94ca8ec4533d78e0f9846f1fd4f5585a95.tar.bz2 |
Remove trailing whitespace in nptl.
Diffstat (limited to 'nptl/tst-mutexpp10.c')
-rw-r--r-- | nptl/tst-mutexpp10.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nptl/tst-mutexpp10.c b/nptl/tst-mutexpp10.c index b06acf8..367b71b 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"); |