Skip to content

Commit 9b92076

Browse files
committed
clang-format.
1 parent ceb304f commit 9b92076

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/include/llvm/Object/ELFTypes.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -869,8 +869,7 @@ struct BBAddrMap {
869869

870870
bool operator==(const Features &Other) const {
871871
return std::tie(FuncEntryCount, BBFreq, BrProb, MultiBBRange,
872-
OmitBBEntries, CallsiteEndOffsets, BBHash,
873-
PostLinkCfg) ==
872+
OmitBBEntries, CallsiteEndOffsets, BBHash, PostLinkCfg) ==
874873
std::tie(Other.FuncEntryCount, Other.BBFreq, Other.BrProb,
875874
Other.MultiBBRange, Other.OmitBBEntries,
876875
Other.CallsiteEndOffsets, Other.BBHash,

0 commit comments

Comments
 (0)