Skip to content

Commit c2ff441

Browse files
authored
Merge pull request #19 from nanoframework/nfbot/clang-format-fix/2534579b-c60a-451e-b965-4e53d2a7b58d
Code style fixes for nanoframework/nf-interpreter PR#3191
2 parents e2b237b + a0aea33 commit c2ff441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CLR/CorLib/corlib_native_System_String.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ HRESULT Library_corlib_native_System_String::IndexOf(CLR_RT_StackFrame &stack, i
799799
while (count-- > 0)
800800
{
801801
CLR_UINT16 buf[3] = {0};
802-
802+
803803
inputIterator.m_outputUTF16 = buf;
804804
inputIterator.m_outputUTF16_size = MAXSTRLEN(buf);
805805

0 commit comments

Comments
 (0)