Skip to content

Commit 77ae0a2

Browse files
author
Alexander Yermolovich
committed
fix formatter
1 parent d524ed5 commit 77ae0a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bolt/lib/Passes/IdenticalCodeFolding.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ Error IdenticalCodeFolding::processDataRelocations(
376376
const ObjectFile *OwningObj = Rel.getObject();
377377
assert(SymbolIter != OwningObj->symbol_end() &&
378378
"relocation Symbol expected");
379-
const SymbolRef &Symbol = *SymbolIter;
379+
const SymbolRef &Symbol = *SymbolIter;
380380
const uint64_t SymbolAddress = cantFail(Symbol.getAddress());
381381
const ELFObjectFileBase *ELFObj = dyn_cast<ELFObjectFileBase>(OwningObj);
382382
if (!ELFObj)

0 commit comments

Comments
 (0)