Skip to content

Commit 17167dc

Browse files
authored
Code style fixes (#163)
Automated fixes for code style.
1 parent 642546b commit 17167dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CLR/Core/TypeSystem.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1627,9 +1627,9 @@ bool CLR_RT_MethodDef_Instance::ResolveToken(
16271627
// advance to the generic instance which will point to the class
16281628
parserOwner.Advance(elemOwner);
16291629

1630-
if (elemOwner.DataType == DATATYPE_GENERICINST)
1630+
if (elemOwner.DataType == DATATYPE_GENERICINST)
16311631
{
1632-
parserOwner.Advance(elemOwner);
1632+
parserOwner.Advance(elemOwner);
16331633
}
16341634

16351635
CLR_UINT32 ownerTypeDefToken = elemOwner.Class.data;

0 commit comments

Comments
 (0)