Skip to content

Commit 59f4b64

Browse files
committed
code format fix
1 parent 8a2a05d commit 59f4b64

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/DebugInfo/Symbolize/Symbolize.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -566,8 +566,7 @@ LLVMSymbolizer::getOrCreateObjectPair(const std::string &Path,
566566
StringRef ArchivePath = It->second;
567567
StringRef MemberName = sys::path::filename(DbgObj->getFileName());
568568
FullDbgObjKey = (Twine(ArchivePath) + "(" + MemberName + ")").str();
569-
}
570-
else {
569+
} else {
571570
FullDbgObjKey = DbgObj->getFileName().str();
572571
}
573572
BinaryForPath.find(FullDbgObjKey)

0 commit comments

Comments
 (0)