From 9940bc91b91ea1d73ff34c226c4e2f1c9e996c6a Mon Sep 17 00:00:00 2001 From: Ferdinand Majerech Date: Wed, 23 Jul 2014 00:06:06 +0200 Subject: [PATCH] Really minor whitespace change. --- source/dyaml/reader.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/dyaml/reader.d b/source/dyaml/reader.d index 348b130..5536340 100644 --- a/source/dyaml/reader.d +++ b/source/dyaml/reader.d @@ -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)