Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 6a876d0

Browse files
GrabYourPitchforksjoshfree
authored andcommitted
Fix whitespace
1 parent 4e3a6d0 commit 6a876d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/src/CoreLib/System/SpanHelpers.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ public static unsafe void ClearWithoutReferences(ref byte b, nuint byteLength)
455455
return;
456456
#endif
457457

458-
PInvoke:
458+
PInvoke:
459459
RuntimeImports.RhZeroMemory(ref b, byteLength);
460460
}
461461

0 commit comments

Comments
 (0)