Skip to content

Commit 2f62c31

Browse files
committed
format
Created using spr 1.3.4
1 parent 2acb371 commit 2f62c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bolt/lib/Profile/DataAggregator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1469,7 +1469,7 @@ void DataAggregator::processBranchEvents() {
14691469
NamedRegionTimer T("processBranch", "Processing branch events",
14701470
TimerGroupName, TimerGroupDesc, opts::TimeAggregator);
14711471

1472-
for (const auto &[Trace, Info]: Traces) {
1472+
for (const auto &[Trace, Info] : Traces) {
14731473
if (Trace.From != Trace.To)
14741474
doBranch(Trace.From, Trace.To, Info.TakenCount, Info.MispredCount);
14751475
if (Trace.FallthroughEnd)

0 commit comments

Comments
 (0)