Minor style changes to make forthcoming code stand out less.

Reviewed by:	emaste
Sponsored by:	The FreeBSD Foundation
MFC after:	2 weeks
X-Differential revision:	https://reviews.freebsd.org/D12221
This commit is contained in:
Konstantin Belousov 2017-09-06 17:14:23 +00:00
parent 6f47d67bfe
commit 9491ba7593

View File

@ -3595,7 +3595,8 @@ _pmc_name_of_event(enum pmc_event pe, enum pmc_cputype cpu)
break;
case PMC_CPU_INTEL_SKYLAKE:
ev = skylake_event_table;
evfence = skylake_event_table + PMC_EVENT_TABLE_SIZE(skylake);
evfence = skylake_event_table +
PMC_EVENT_TABLE_SIZE(skylake);
break;
case PMC_CPU_INTEL_IVYBRIDGE:
ev = ivybridge_event_table;