From bcad11817822a261010ed821f152f832e90fcf2d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 15 Aug 2010 10:33:58 -0700 Subject: Whitespace fixes. --- nptl/tst-attr3.c | 16 ++++++++-------- 1 file 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 , 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); -- cgit 1.4.1