On Wed, Jun 01, 2016 at 07:42:02PM -0700, David Carrillo-Cisneros wrote: > @@ -536,6 +597,7 @@ static int intel_pmu_setup_sw_lbr_filter(struct > perf_event *event) > u64 br_type = event->attr.branch_sample_type; > int mask = 0; > > + > if (br_type & PERF_SAMPLE_BRANCH_USER) > mask |= X86_BR_USER; >
Do we really need this extra whitespace?