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

Ed Schouten ed at FreeBSD.org
Sun Feb 21 14:58:02 UTC 2010


Author: ed
Date: Sun Feb 21 14:58:01 2010
New Revision: 204172
URL: http://svn.freebsd.org/changeset/base/204172

Log:
  While there, trim some trailing whitespace.

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

Modified: head/lib/libc/gen/sysctlbyname.c
==============================================================================
--- head/lib/libc/gen/sysctlbyname.c	Sun Feb 21 14:28:03 2010	(r204171)
+++ head/lib/libc/gen/sysctlbyname.c	Sun Feb 21 14:58:01 2010	(r204172)
@@ -29,4 +29,3 @@ sysctlbyname(const char *name, void *old
 	error = sysctl(real_oid, oidlen, oldp, oldlenp, newp, newlen);
 	return (error);
 }
-


More information about the svn-src-all mailing list