Skip to content

Commit ed6c5c1

Browse files
committed
format
1 parent 27d7bed commit ed6c5c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Symbol/Function.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ Function::GetSourceInfo() {
336336
for (auto [idx, end] = line_table->GetLineEntryIndexRange(range); idx < end;
337337
++idx) {
338338
LineEntry entry;
339-
// Ignore entries belonging to inlined functions or #included files.
339+
// Ignore entries belonging to inlined functions or #included files.
340340
if (line_table->GetLineEntryAtIndex(idx, entry) &&
341341
source_file_sp->Equal(*entry.file_sp,
342342
SupportFile::eEqualFileSpecAndChecksumIfSet))

0 commit comments

Comments
 (0)