Skip to content

Commit 23cd607

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2213,7 +2213,7 @@ bool DWARFASTParserClang::CompleteRecordType(const DWARFDIE &die,
22132213
bool DWARFASTParserClang::CompleteEnumType(const DWARFDIE &die,
22142214
lldb_private::Type *type,
22152215
const CompilerType &clang_type) {
2216-
assert (clang_type.IsEnumerationType());
2216+
assert(clang_type.IsEnumerationType());
22172217

22182218
if (TypeSystemClang::StartTagDeclarationDefinition(clang_type)) {
22192219
if (die.HasChildren())

0 commit comments

Comments
 (0)