Removed redundant spaces.

This commit is contained in:
Ferdinand Majerech 2014-07-30 00:37:15 +02:00
parent c473ef7dee
commit c1ffa05735

View file

@ -162,7 +162,6 @@ final class Reader
// determine the length of some sequence.
if(index == lastDecodedCharOffset_)
{
++decodeCount_;
++lastDecodedCharOffset_;
const char b = buffer8_[lastDecodedBufferOffset_];
@ -175,7 +174,6 @@ final class Reader
return decodeValidUTF8NoGC(buffer8_, lastDecodedBufferOffset_);
}
// 'Slow' path where we decode everything up to the requested character.
lastDecodedCharOffset_ = 0;
lastDecodedBufferOffset_ = bufferOffset8_;