From 0424ff5e776cf383d6839719ea767d69d087520f Mon Sep 17 00:00:00 2001 From: Ferdinand Majerech Date: Tue, 5 Aug 2014 01:51:20 +0200 Subject: [PATCH] Style. --- source/dyaml/scanner.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/dyaml/scanner.d b/source/dyaml/scanner.d index 7fabe0f..f04a8c9 100644 --- a/source/dyaml/scanner.d +++ b/source/dyaml/scanner.d @@ -182,7 +182,7 @@ final class Scanner /// any tokens left if no types specified, false otherwise. bool checkToken(const TokenID[] ids ...) @safe { - //Check if the next token is one of specified types. + // Check if the next token is one of specified types. while(needMoreTokens()) { fetchToken(); } if(!tokens_.empty) {