Skip to content

Commit 29449ba

Browse files
author
Kevin Frei
committed
Formatter was whining...
1 parent 523d5f9 commit 29449ba

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

llvm/lib/DebugInfo/GSYM/DwarfTransformer.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -650,8 +650,9 @@ llvm::Error DwarfTransformer::verify(StringRef GsymPath,
650650

651651
auto FI = Gsym->getFunctionInfo(*FuncAddr);
652652
if (!FI)
653-
return createStringError(std::errc::invalid_argument,
654-
"failed to extract function info for address 0x%" PRIu64, *FuncAddr);
653+
return createStringError(
654+
std::errc::invalid_argument,
655+
"failed to extract function info for address 0x%" PRIu64, *FuncAddr);
655656

656657
for (auto Addr = *FuncAddr; Addr < *FuncAddr + FI->size(); ++Addr) {
657658
const object::SectionedAddress SectAddr{

0 commit comments

Comments
 (0)