Minor style tweaks.

Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
X-Differential revision:	https://reviews.freebsd.org/D12882
This commit is contained in:
Konstantin Belousov 2017-11-01 11:05:47 +00:00
parent f0fa2af656
commit cf9ef80607

View File

@ -2876,8 +2876,7 @@ pmc_syscall_handler(struct thread *td, void *syscall_args)
error = 0;
atomic_add_int(&pmc_stats.pm_syscalls, 1);
switch(op)
{
switch (op) {
/*
@ -4037,7 +4036,7 @@ pmc_syscall_handler(struct thread *td, void *syscall_args)
PICKUP_GIANT();
return error;
return (error);
}
/*