Skip to content

Commit be4c4c1

Browse files
committed
fixup! clang-format
1 parent 9aa49ef commit be4c4c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1594,7 +1594,7 @@ bool SymbolFileDWARF::CompleteType(CompilerType &compiler_type) {
15941594
if (!dwarf_ast)
15951595
return false;
15961596
Type *type = decl_die.GetDWARF()->GetDIEToType().lookup(decl_die.GetDIE());
1597-
assert (type);
1597+
assert(type);
15981598

15991599
if (decl_die != def_die) {
16001600
GetDIEToType()[def_die.GetDIE()] = type;

0 commit comments

Comments
 (0)