Skip to content

Commit 124c6fd

Browse files
committed
cleanup
1 parent f5ed30a commit 124c6fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/UTF8.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ public unsafe static (int utfadjust, int scalaradjust) calculateErrorPathadjust(
544544
//
545545
if (!Avx2.TestZ(prevIncomplete, prevIncomplete))
546546
{
547-
// TODO? : this path is not explicitly tested, write tests
547+
// TODO : this path is not explicitly tested, write tests
548548
int totalbyteasciierror = processedLength - start_point;
549549
var (utfadjustasciierror, scalaradjustasciierror) = CalculateN2N3FinalSIMDAdjustments(asciibytes, n4, contbytes, totalbyteasciierror);
550550

@@ -605,7 +605,6 @@ public unsafe static (int utfadjust, int scalaradjust) calculateErrorPathadjust(
605605
processedLength -= i;
606606
n4 += tempn4;
607607
contbytes +=tempcont;
608-
609608
}
610609

611610
// No errors! Updating the variables we keep track of

0 commit comments

Comments
 (0)