diff --git a/lldb/source/Core/SearchFilter.cpp b/lldb/source/Core/SearchFilter.cpp --- a/lldb/source/Core/SearchFilter.cpp +++ b/lldb/source/Core/SearchFilter.cpp @@ -717,8 +717,8 @@ cu_spec = sym_ctx.comp_unit->GetPrimaryFile(); if (m_cu_spec_list.FindFileIndex(0, cu_spec, false) != UINT32_MAX) return true; - // ^ If the primary source file associated with the symbol's compile unit is in - // the list of CU's or support files, that's enough. + // ^ If the primary source file associated with the symbol's compile unit is + // in the list of CU's or support files, that's enough. // TODO(kwk): Is that enough? return SearchFilterByModuleList::ModulePasses(sym_ctx.module_sp);