Skip to content

Commit fb45b0e

Browse files
committed
fixup! remove redundant change
1 parent ef47952 commit fb45b0e

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
@@ -814,13 +814,13 @@ DWARFASTParserClang::ParseTypeModifier(const SymbolContext &sc,
814814
// there...
815815
[[fallthrough]];
816816

817-
case DW_TAG_base_type: {
817+
case DW_TAG_base_type:
818818
resolve_state = Type::ResolveState::Full;
819819
clang_type = m_ast.GetBuiltinTypeForDWARFEncodingAndBitSize(
820820
attrs.name.GetStringRef(), attrs.encoding,
821821
attrs.byte_size.value_or(0) * 8);
822822
break;
823-
}
823+
824824
case DW_TAG_pointer_type:
825825
encoding_data_type = Type::eEncodingIsPointerUID;
826826
break;

0 commit comments

Comments
 (0)