diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-08-15 10:33:58 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-08-15 10:33:58 -0700 |
commit | bcad11817822a261010ed821f152f832e90fcf2d (patch) | |
tree | c4f2a855f3271556141871dfae33a3acd8a97563 /nptl | |
parent | e9f82e0d1d70f361a40f1853c928df04918a38f5 (diff) | |
download | glibc-bcad11817822a261010ed821f152f832e90fcf2d.tar.gz glibc-bcad11817822a261010ed821f152f832e90fcf2d.tar.xz glibc-bcad11817822a261010ed821f152f832e90fcf2d.zip |
Whitespace fixes.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/tst-attr3.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/nptl/tst-attr3.c b/nptl/tst-attr3.c index 733e8512db..b5d4b89e20 100644 --- a/nptl/tst-attr3.c +++ b/nptl/tst-attr3.c @@ -1,5 +1,5 @@ /* pthread_getattr_np test. - Copyright (C) 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2010 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Jakub Jelinek <jakub@redhat.com>, 2003. @@ -40,10 +40,10 @@ tf (void *arg) ap = &a2; err = pthread_attr_init (ap); if (err) - { - error (0, err, "pthread_attr_init failed"); - return tf; - } + { + error (0, err, "pthread_attr_init failed"); + return tf; + } } else ap = (pthread_attr_t *) arg; @@ -353,7 +353,7 @@ do_test (void) result = 1; } else if (ret != NULL) - result = 1; + result = 1; } err = pthread_attr_init (&a); @@ -379,7 +379,7 @@ do_test (void) result = 1; } else if (ret != NULL) - result = 1; + result = 1; } err = pthread_attr_setguardsize (&a, 16 * sysconf (_SC_PAGESIZE)); @@ -405,7 +405,7 @@ do_test (void) result = 1; } else if (ret != NULL) - result = 1; + result = 1; } err = pthread_attr_destroy (&a); |