about summary refs log tree commit diff
diff options
context:
space:
mode:
-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 ()