Skip to content

Commit f4f81a8

Browse files
Fix formatting
1 parent 71f48b8 commit f4f81a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lldb/source/Symbol/UnwindPlan.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ static void DumpDWARFExpr(Stream &s, llvm::ArrayRef<uint8_t> expr, Thread *threa
8787
if (auto order_and_width = GetByteOrderAndAddrSize(thread)) {
8888
llvm::DataExtractor data(expr, order_and_width->first == eByteOrderLittle,
8989
order_and_width->second);
90-
llvm::DWARFExpression E(data, order_and_width->second, llvm::dwarf::DWARF32);
90+
llvm::DWARFExpression E(data, order_and_width->second,
91+
llvm::dwarf::DWARF32);
9192
llvm::DWARFExpressionPrinter::print(&E, s.AsRawOstream(),
9293
llvm::DIDumpOptions(), nullptr);
9394
} else

0 commit comments

Comments
 (0)