Author: kib Date: Wed Mar 14 15:30:59 2012 New Revision: 232973 URL: http://svn.freebsd.org/changeset/base/232973
Log: Fix indentation. MFC after: 3 days Modified: head/lib/libc/string/strerror.c Modified: head/lib/libc/string/strerror.c ============================================================================== --- head/lib/libc/string/strerror.c Wed Mar 14 14:40:22 2012 (r232972) +++ head/lib/libc/string/strerror.c Wed Mar 14 15:30:59 2012 (r232973) @@ -121,6 +121,6 @@ strerror(int num) static char ebuf[NL_TEXTMAX]; if (strerror_r(num, ebuf, sizeof(ebuf)) != 0) - errno = EINVAL; + errno = EINVAL; return (ebuf); } _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"