File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -271,7 +271,8 @@ std::optional<int>
271271macho::PriorityBuilder::getSymbolPriority (const Defined *sym) {
272272 if (sym->isAbsolute ())
273273 return std::nullopt ;
274- return getSymbolOrCStringPriority (utils::getRootSymbol (sym->getName ()), sym->isec ()->getFile ());
274+ return getSymbolOrCStringPriority (utils::getRootSymbol (sym->getName ()),
275+ sym->isec ()->getFile ());
275276}
276277
277278void macho::PriorityBuilder::extractCallGraphProfile () {
@@ -344,8 +345,7 @@ void macho::PriorityBuilder::parseOrderFile(StringRef path) {
344345 uint32_t hash = 0 ;
345346 if (to_integer (possibleHash, hash))
346347 symbolOrCStrHash = possibleHash;
347- }
348- else
348+ } else
349349 symbolOrCStrHash = utils::getRootSymbol (line);
350350
351351 if (!symbolOrCStrHash.empty ()) {
You can’t perform that action at this time.
0 commit comments