1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-04 09:09:56 +00:00

While there, trim some trailing whitespace.

This commit is contained in:
Ed Schouten 2010-02-21 14:58:01 +00:00
parent 5e72825fcd
commit 3878829eeb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=204172

View File

@ -29,4 +29,3 @@ sysctlbyname(const char *name, void *oldp, size_t *oldlenp,
error = sysctl(real_oid, oidlen, oldp, oldlenp, newp, newlen);
return (error);
}