Skip to content

Commit 6d77419

Browse files
author
Prashanth Govindarajan
committed
Last bit of formatting
1 parent 49d87f0 commit 6d77419

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libraries/System.Private.CoreLib/src/System/Text/ASCIIUtility.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,8 @@ private static unsafe nuint GetIndexOfFirstNonAsciiByte_Intrinsified(byte* pBuff
264264
Debug.Assert(BitConverter.IsLittleEndian, "This SSE2/Arm64 implementation assumes little-endian.");
265265

266266
Vector128<byte> bitmask = BitConverter.IsLittleEndian ?
267-
Vector128.Create((ushort)0x1001).AsByte() :
268-
Vector128.Create((ushort)0x0110).AsByte();
267+
Vector128.Create((ushort)0x1001).AsByte() :
268+
Vector128.Create((ushort)0x0110).AsByte();
269269

270270
uint currentMask, secondMask;
271271
byte* pOriginalBuffer = pBuffer;

0 commit comments

Comments
 (0)