Skip to content

Commit f9b3f21

Browse files
authored
Code style fixes (#165)
Automated fixes for code style.
1 parent b99fad9 commit f9b3f21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/CLR/Core/Execution.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2096,7 +2096,8 @@ HRESULT CLR_RT_ExecutionEngine::InitializeLocals(
20962096
if (methodDefInstance.genericType && methodDefInstance.genericType->data != 0)
20972097
{
20982098
CLR_RT_TypeSpec_Instance typeSpec{};
2099-
typeSpec.InitializeFromIndex((const CLR_RT_TypeSpec_Index&)methodDefInstance.genericType->data);
2099+
typeSpec.InitializeFromIndex(
2100+
(const CLR_RT_TypeSpec_Index &)methodDefInstance.genericType->data);
21002101

21012102
typeSpec.assembly->FindGenericParamAtTypeSpec(
21022103
methodDefInstance.genericType->TypeSpec(),

0 commit comments

Comments
 (0)