Skip to content

Commit f469450

Browse files
Kevin Freikevinfrei
authored andcommitted
Formatter was whining...
1 parent 5c867c0 commit f469450

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)