Skip to content

Commit 54934b6

Browse files
authored
Merge pull request #113 from nanoframework/nfbot/clang-format-fix/63236a57-c4e1-4289-974e-997866996591
Code style fixes for nanoframework/nf-interpreter PR#3251
2 parents 00da55d + 85c94b6 commit 54934b6

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/CLR/CorLib/corlib_native_System_ReadOnlySpan_1.cpp

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,12 @@ HRESULT Library_corlib_native_System_ReadOnlySpan_1::_ctor___VOID__VOIDptr__I4(C
6565
}
6666

6767
// check if T is a reference type or contains references
68-
NANOCLR_CHECK_HRESULT(RuntimeHelpers::CheckReferenceOrContainsReferences(
69-
element.Class,
70-
element.DataType,
71-
&parser,
72-
isRefContainsRefs));
68+
NANOCLR_CHECK_HRESULT(
69+
RuntimeHelpers::CheckReferenceOrContainsReferences(
70+
element.Class,
71+
element.DataType,
72+
&parser,
73+
isRefContainsRefs));
7374

7475
if (isRefContainsRefs)
7576
{

0 commit comments

Comments
 (0)