Skip to content

Commit 2508c76

Browse files
committed
reformat
1 parent 5cca8f3 commit 2508c76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3202,9 +3202,9 @@ size_t SymbolFileDWARF::ParseBlocksRecursive(Function &func) {
32023202
// We can't use the file address from the Function object as (in the OSO
32033203
// case) it will already be remapped to the main module.
32043204
if (llvm::Expected<llvm::DWARFAddressRangesVector> ranges =
3205-
function_die.GetDIE()->GetAttributeAddressRanges(
3206-
function_die.GetCU(),
3207-
/*check_hi_lo_pc=*/true)) {
3205+
function_die.GetDIE()->GetAttributeAddressRanges(
3206+
function_die.GetCU(),
3207+
/*check_hi_lo_pc=*/true)) {
32083208
if (ranges->empty())
32093209
return 0;
32103210
// TODO: Use the first range instead.

0 commit comments

Comments
 (0)