summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_prof.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-07-04 11:25:35 +0000
committerphk <phk@FreeBSD.org>2000-07-04 11:25:35 +0000
commite5de271d472634538e30a52ae173ebe1213162fd (patch)
treea8ec5eb96610f0059453eefc245a1c07a6bb853f /sys/kern/subr_prof.c
parent1624e20f39888e846831b8a8457c919d0cfa54c9 (diff)
downloadFreeBSD-src-e5de271d472634538e30a52ae173ebe1213162fd.zip
FreeBSD-src-e5de271d472634538e30a52ae173ebe1213162fd.tar.gz
Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.
Pointed out by: bde
Diffstat (limited to 'sys/kern/subr_prof.c')
-rw-r--r--sys/kern/subr_prof.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_prof.c b/sys/kern/subr_prof.c
index e3fe859..4fa5223 100644
--- a/sys/kern/subr_prof.c
+++ b/sys/kern/subr_prof.c
@@ -276,7 +276,7 @@ kmstartup(dummy)
* Return kernel profiling information.
*/
static int
-sysctl_kern_prof (SYSCTL_HANDLER_ARGS)
+sysctl_kern_prof(SYSCTL_HANDLER_ARGS)
{
int *name = (int *) arg1;
u_int namelen = arg2;
OpenPOWER on IntegriCloud