Skip to content

Commit f5b774a

Browse files
committed
fixup! clang-format
1 parent 23cd607 commit f5b774a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,6 @@ TypeSP DWARFASTParserClang::ParseEnum(const SymbolContext &sc,
10191019
// Declaration DIE is inserted into the type map in ParseTypeFromDWARF
10201020
}
10211021

1022-
10231022
if (!CompleteEnumType(def_die, type_sp.get(), clang_type)) {
10241023
dwarf->GetObjectFile()->GetModule()->ReportError(
10251024
"DWARF DIE at {0:x16} named \"{1}\" was not able to start its "
@@ -2217,7 +2216,8 @@ bool DWARFASTParserClang::CompleteEnumType(const DWARFDIE &die,
22172216

22182217
if (TypeSystemClang::StartTagDeclarationDefinition(clang_type)) {
22192218
if (die.HasChildren())
2220-
ParseChildEnumerators(clang_type, clang_type.IsEnumerationIntegerTypeSigned(),
2219+
ParseChildEnumerators(clang_type,
2220+
clang_type.IsEnumerationIntegerTypeSigned(),
22212221
type->GetByteSize(nullptr).value_or(0), die);
22222222

22232223
TypeSystemClang::CompleteTagDeclarationDefinition(clang_type);

0 commit comments

Comments
 (0)