summaryrefslogtreecommitdiff
path: root/nptl/tst-detach1.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2003-04-07 21:18:34 +0000
committerJakub Jelinek <jakub@redhat.com>2003-04-07 21:18:34 +0000
commit87a6784eeb16a2b369f6abce97fa70dfb250fbcf (patch)
treec1b39da1aea37b429ed181d7637ba2f0b06ad373 /nptl/tst-detach1.c
parente11ea7779dc865ebe614e27fad2714242603276d (diff)
Whitespace fix.
Diffstat (limited to 'nptl/tst-detach1.c')
-rw-r--r--nptl/tst-detach1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/tst-detach1.c b/nptl/tst-detach1.c
index d6ac67c531..867b4c6981 100644
--- a/nptl/tst-detach1.c
+++ b/nptl/tst-detach1.c
@@ -48,7 +48,7 @@ do_test (void)
exit (1);
}
- return 0;
+ return 0;
}
#define TEST_FUNCTION do_test ()