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)
3979
3979
3980
3980
pRes = res.Dereference ();
3981
3981
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]));
3987
3986
3988
3987
pRes[Library_corlib_native_System_AppDomain::FIELD___friendlyName].SetObjectReference (m_strName);
3989
3988
}
@@ -6717,7 +6716,6 @@ HRESULT CLR_RT_TypeSystem::BuildMethodName(
6717
6716
NANOCLR_CHECK_HRESULT (BuildTypeName (*genericType, szBuffer, iBuffer, 0 ));
6718
6717
}
6719
6718
6720
-
6721
6719
CLR_SafeSprintf (szBuffer, iBuffer, " ::%s" , inst.assembly ->GetString (inst.target ->name ));
6722
6720
6723
6721
NANOCLR_NOCLEANUP ();
@@ -7296,11 +7294,10 @@ HRESULT CLR_RT_AttributeParser::Next(Value *&res)
7296
7294
}
7297
7295
7298
7296
// 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 ));
7304
7301
7305
7302
// get a pointer to the first element
7306
7303
auto *currentParam = (CLR_RT_HeapBlock *)m_lastValue.m_value .DereferenceArray ()->GetFirstElement ();
You can’t perform that action at this time.
0 commit comments