From: Jakub Jelinek Date: Mon, 7 Apr 2003 21:18:34 +0000 (+0000) Subject: Whitespace fix. X-Git-Tag: upstream/2.20~12484 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=87a6784eeb16a2b369f6abce97fa70dfb250fbcf;p=platform%2Fupstream%2Flinaro-glibc.git Whitespace fix. --- diff --git a/nptl/tst-detach1.c b/nptl/tst-detach1.c index d6ac67c..867b4c6 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 ()