Removed redundant spaces.
This commit is contained in:
parent
c473ef7dee
commit
c1ffa05735
|
@ -162,7 +162,6 @@ final class Reader
|
||||||
// determine the length of some sequence.
|
// determine the length of some sequence.
|
||||||
if(index == lastDecodedCharOffset_)
|
if(index == lastDecodedCharOffset_)
|
||||||
{
|
{
|
||||||
|
|
||||||
++decodeCount_;
|
++decodeCount_;
|
||||||
++lastDecodedCharOffset_;
|
++lastDecodedCharOffset_;
|
||||||
const char b = buffer8_[lastDecodedBufferOffset_];
|
const char b = buffer8_[lastDecodedBufferOffset_];
|
||||||
|
@ -175,7 +174,6 @@ final class Reader
|
||||||
return decodeValidUTF8NoGC(buffer8_, lastDecodedBufferOffset_);
|
return decodeValidUTF8NoGC(buffer8_, lastDecodedBufferOffset_);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// 'Slow' path where we decode everything up to the requested character.
|
// 'Slow' path where we decode everything up to the requested character.
|
||||||
lastDecodedCharOffset_ = 0;
|
lastDecodedCharOffset_ = 0;
|
||||||
lastDecodedBufferOffset_ = bufferOffset8_;
|
lastDecodedBufferOffset_ = bufferOffset8_;
|
||||||
|
|
Loading…
Reference in a new issue