Really minor whitespace change.

This commit is contained in:
Ferdinand Majerech 2014-07-23 00:06:06 +02:00
parent 9119836fa2
commit 9940bc91b9

View file

@ -531,7 +531,7 @@ struct UTFDecoder
const stride = utf8Stride[buffer[cast(size_t)end]];
if(stride != 0xFF)
{
// If stride goes beyond end of the buffer, return end.
// If stride goes beyond end of the buffer, return end.
// Otherwise the last sequence ends at buffer.length, so we can
// return that. (Unless there is an invalid code point, which is
// caught at decoding)