From 65b81b3ed5d0ef11c5a37442335e917449728d47 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Tue, 15 Apr 2014 12:05:42 -0700 Subject: [PATCH] Whitespace --- stdx/lexer.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdx/lexer.d b/stdx/lexer.d index 26572dd..1f8b993 100644 --- a/stdx/lexer.d +++ b/stdx/lexer.d @@ -730,7 +730,7 @@ struct LexerRange /** * Implements the algorithm _popFrontN more efficiently. This function does - * not detect or handle newlines. + * not detect or handle newlines. */ void popFrontN(size_t n) pure nothrow @safe {