Skip to content

Commit c4d75b1

Browse files
committed
[lldb][DWARFASTParser][NFC] Fix doxygen comment
1 parent f2bca9e commit c4d75b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -564,10 +564,10 @@ struct ParsedDWARFTypeAttributes {
564564
uint32_t bit_stride = 0;
565565
uint32_t byte_stride = 0;
566566
uint32_t encoding = 0;
567-
clang::RefQualifierKind ref_qual =
568-
clang::RQ_None; ///< Indicates ref-qualifier of
569-
///< C++ member function if present.
570-
///< Is RQ_None otherwise.
567+
568+
///< Indicates ref-qualifier of C++ member function if present.
569+
///< Is RQ_None otherwise.
570+
clang::RefQualifierKind ref_qual = clang::RQ_None;
571571
};
572572

573573
#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFASTPARSERCLANG_H

0 commit comments

Comments
 (0)