Codestyle fix

This commit is contained in:
Wojtek Figat
2023-09-18 12:11:28 +02:00
parent 0ece806230
commit 79bf226fe1
3 changed files with 3 additions and 6 deletions

View File

@@ -1012,8 +1012,7 @@ void ManagedBinaryModule::InitType(MClass* mclass)
baseType.Module->TypeNameToTypeIndex.TryGet(baseClass->GetFullName(), *(int32*)&baseType.TypeIndex);
// So we must special case this flow of a generic class of which its possible the generic base class is not
// in the same module
// So we must special case this flow of a generic class of which its possible the generic base class is not in the same module
if (baseType.TypeIndex == -1 && baseClass->IsGeneric())
{
auto genericNameIndex = baseClass->GetFullName().FindLast('`');