Skip to content

Commit c05a011

Browse files
committed
fixup! clang-format
1 parent 505eb69 commit c05a011

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3110,15 +3110,15 @@ size_t DWARFASTParserClang::ParseChildParameters(
31103110
}
31113111
}
31123112
} else if (Type *type = die.ResolveTypeUID(param_type_die)) {
3113-
function_param_types.push_back(type->GetForwardCompilerType());
3113+
function_param_types.push_back(type->GetForwardCompilerType());
31143114

3115-
clang::ParmVarDecl *param_var_decl = m_ast.CreateParameterDeclaration(
3116-
containing_decl_ctx, GetOwningClangModule(die), name,
3117-
type->GetForwardCompilerType(), clang::StorageClass::SC_None);
3118-
assert(param_var_decl);
3119-
function_param_decls.push_back(param_var_decl);
3115+
clang::ParmVarDecl *param_var_decl = m_ast.CreateParameterDeclaration(
3116+
containing_decl_ctx, GetOwningClangModule(die), name,
3117+
type->GetForwardCompilerType(), clang::StorageClass::SC_None);
3118+
assert(param_var_decl);
3119+
function_param_decls.push_back(param_var_decl);
31203120

3121-
m_ast.SetMetadataAsUserID(param_var_decl, die.GetID());
3121+
m_ast.SetMetadataAsUserID(param_var_decl, die.GetID());
31223122
}
31233123
} break;
31243124

0 commit comments

Comments
 (0)