File tree Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -3979,11 +3979,10 @@ HRESULT CLR_RT_AppDomain::GetManagedObject(CLR_RT_HeapBlock &res)
39793979
39803980 pRes = res.Dereference ();
39813981
3982- NANOCLR_CHECK_HRESULT (
3983- CLR_RT_ObjectToEvent_Source::CreateInstance (
3984- this ,
3985- *pRes,
3986- pRes[Library_corlib_native_System_AppDomain::FIELD___appDomain]));
3982+ NANOCLR_CHECK_HRESULT (CLR_RT_ObjectToEvent_Source::CreateInstance (
3983+ this ,
3984+ *pRes,
3985+ pRes[Library_corlib_native_System_AppDomain::FIELD___appDomain]));
39873986
39883987 pRes[Library_corlib_native_System_AppDomain::FIELD___friendlyName].SetObjectReference (m_strName);
39893988 }
@@ -6717,7 +6716,6 @@ HRESULT CLR_RT_TypeSystem::BuildMethodName(
67176716 NANOCLR_CHECK_HRESULT (BuildTypeName (*genericType, szBuffer, iBuffer, 0 ));
67186717 }
67196718
6720-
67216719 CLR_SafeSprintf (szBuffer, iBuffer, " ::%s" , inst.assembly ->GetString (inst.target ->name ));
67226720
67236721 NANOCLR_NOCLEANUP ();
@@ -7296,11 +7294,10 @@ HRESULT CLR_RT_AttributeParser::Next(Value *&res)
72967294 }
72977295
72987296 // instantiate array to hold parameters values
7299- NANOCLR_CHECK_HRESULT (
7300- CLR_RT_HeapBlock_Array::CreateInstance (
7301- m_lastValue.m_value ,
7302- paramCount,
7303- g_CLR_RT_WellKnownTypes.Object ));
7297+ NANOCLR_CHECK_HRESULT (CLR_RT_HeapBlock_Array::CreateInstance (
7298+ m_lastValue.m_value ,
7299+ paramCount,
7300+ g_CLR_RT_WellKnownTypes.Object ));
73047301
73057302 // get a pointer to the first element
73067303 auto *currentParam = (CLR_RT_HeapBlock *)m_lastValue.m_value .DereferenceArray ()->GetFirstElement ();
You can’t perform that action at this time.
0 commit comments