Skip to content

Commit 94c1b6c

Browse files
author
Daniel Lemire
committed
trimming space
1 parent 2046ea9 commit 94c1b6c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Base64AVX2UTF8.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,6 @@ private static unsafe void Base64DecodeBlockSafe(byte* outPtr, byte* srcPtr)
309309
// Caller is responsible for checking that Avx2.IsSupported && Popcnt.IsSupported
310310
public unsafe static OperationStatus DecodeFromBase64AVX2(ReadOnlySpan<byte> source, Span<byte> dest, out int bytesConsumed, out int bytesWritten, bool isUrl = false)
311311
{
312-
313-
314312
if (isUrl)
315313
{
316314
return InnerDecodeFromBase64AVX2Url(source, dest, out bytesConsumed, out bytesWritten);

0 commit comments

Comments
 (0)