Skip to content

Commit fcd17b3

Browse files
committed
clang-format
Created using spr 1.3.4
1 parent 69db34c commit fcd17b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bolt/lib/Profile/DataAggregator.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,8 @@ bool DataAggregator::doBranch(uint64_t From, uint64_t To, uint64_t Count,
756756
Addr = BAT->translate(Func->getAddress(), Addr, IsFrom);
757757

758758
BinaryFunction *ParentFunc = getBATParentFunction(*Func);
759-
if (IsFrom && (ParentFunc || (BAT && !BAT->isBATFunction(Func->getAddress()))))
759+
if (IsFrom &&
760+
(ParentFunc || (BAT && !BAT->isBATFunction(Func->getAddress()))))
760761
NumColdSamples += Count;
761762

762763
if (!ParentFunc)

0 commit comments

Comments
 (0)