Skip to content

Commit 0948090

Browse files
committed
format
Created using spr 1.3.4
1 parent a429af4 commit 0948090

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
@@ -1649,7 +1649,7 @@ void DataAggregator::processBasicEvents() {
16491649
NamedRegionTimer T("processBasic", "Processing basic events", TimerGroupName,
16501650
TimerGroupDesc, opts::TimeAggregator);
16511651
uint64_t OutOfRangeSamples = 0;
1652-
for (const auto [PC, HitCount]: BasicSamples)
1652+
for (const auto [PC, HitCount] : BasicSamples)
16531653
if (BinaryFunction *Func = getBinaryFunctionContainingAddress(PC))
16541654
doSample(*Func, PC, HitCount);
16551655
else

0 commit comments

Comments
 (0)