Skip to content

Commit 908e031

Browse files
author
Daniel Lemire
committed
removing some space
1 parent ba0534b commit 908e031

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Base64AVX2UTF16.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -698,13 +698,9 @@ private unsafe static OperationStatus InnerDecodeFromBase64AVX2Url(ReadOnlySpan<
698698

699699
if (src < srcEnd + equalsigns) // We finished processing 64-bit blocks, we're not quite at the end yet
700700
{
701-
702-
703701
bytesConsumed = (int)(src - srcInit);
704702
bytesWritten = (int)(dst - dstInit);
705703

706-
707-
708704
int remainderBytesConsumed = 0;
709705
int remainderBytesWritten = 0;
710706

0 commit comments

Comments
 (0)