svn commit: r228002 - head/lib/libc/gen

David Chisnall theraven at FreeBSD.org
Sat Nov 26 16:49:26 UTC 2011


Author: theraven
Date: Sat Nov 26 16:49:25 2011
New Revision: 228002
URL: http://svn.freebsd.org/changeset/base/228002

Log:
  style(9) fix.
  
  Approved by:	dim (mentor)

Modified:
  head/lib/libc/gen/_pthread_stubs.c

Modified: head/lib/libc/gen/_pthread_stubs.c
==============================================================================
--- head/lib/libc/gen/_pthread_stubs.c	Sat Nov 26 16:38:49 2011	(r228001)
+++ head/lib/libc/gen/_pthread_stubs.c	Sat Nov 26 16:49:25 2011	(r228002)
@@ -297,7 +297,7 @@ stub_self(void)
 static int
 stub_fail(void)
 {
-	return ENOSYS;
+	return (ENOSYS);
 }
 
 static int


More information about the svn-src-all mailing list