Style/spaces.
This commit is contained in:
parent
cf3bff517c
commit
f4c57b368b
|
@ -145,9 +145,9 @@ final class Reader
|
||||||
{
|
{
|
||||||
if(characterCount_ <= charIndex_ + index)
|
if(characterCount_ <= charIndex_ + index)
|
||||||
{
|
{
|
||||||
// XXX This is risky; revert this and the 'risky' change in UTF decoder
|
// XXX This is risky; revert this if bugs are introduced. We rely on
|
||||||
// if any bugs are introduced. We rely on the assumption that Reader
|
// the assumption that Reader only uses peek() to detect end of buffer.
|
||||||
// only uses peek() to detect the of buffer. The test suite passes.
|
// The test suite passes.
|
||||||
// throw new ReaderException("Trying to read past the end of the buffer");
|
// throw new ReaderException("Trying to read past the end of the buffer");
|
||||||
return '\0';
|
return '\0';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue