Skip to content

Commit 1d14ddf

Browse files
committed
format
1 parent 5968b05 commit 1d14ddf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/tools/lldb-dap/LLDBUtils.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,8 @@ std::string GetSBFileSpecPath(const lldb::SBFileSpec &file_spec) {
254254

255255
lldb::SBLineEntry GetLineEntryForAddress(lldb::SBTarget &target,
256256
lldb::SBAddress &address) {
257-
lldb::SBSymbolContext sc =
258-
target.ResolveSymbolContextForAddress(address, lldb::eSymbolContextLineEntry);
257+
lldb::SBSymbolContext sc = target.ResolveSymbolContextForAddress(
258+
address, lldb::eSymbolContextLineEntry);
259259
return sc.GetLineEntry();
260260
}
261261

0 commit comments

Comments
 (0)