From: Jakub Jelinek Date: Mon, 7 Apr 2003 21:18:34 +0000 (+0000) Subject: Whitespace fix. X-Git-Tag: cvs/glibc-2_3_3~934 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87a6784eeb16a2b369f6abce97fa70dfb250fbcf;p=thirdparty%2Fglibc.git Whitespace fix. --- diff --git a/nptl/tst-detach1.c b/nptl/tst-detach1.c index d6ac67c5317..867b4c69810 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 ()