Skip to content

Commit a2aeab6

Browse files
committed
more clang-format
1 parent 9861c7d commit a2aeab6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lldb/include/lldb/Breakpoint/BreakpointLocation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ class BreakpointLocation
289289
/// The current use of this is to distinguish among line entries from a
290290
/// virtual inlined call stack that all share the same address.
291291
/// The line entry must have the same start address as the address for this
292-
/// location.
292+
/// location.
293293
bool SetPreferredLineEntry(const LineEntry &line_entry) {
294294
if (m_address == line_entry.range.GetBaseAddress()) {
295295
m_preferred_line_entry = line_entry;

lldb/source/Breakpoint/BreakpointResolver.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,6 @@ void BreakpointResolver::AddLocation(SearchFilter &filter,
353353
if (!bp_loc_sp->SetPreferredLineEntry(sc.line_entry)) {
354354
LLDB_LOG(log, "Tried to add a preferred line entry that didn't have the "
355355
"same address as this location's address.");
356-
357356
}
358357
}
359358
if (log && bp_loc_sp && !GetBreakpoint()->IsInternal()) {

0 commit comments

Comments
 (0)