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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to