From 18f5ad72bf5ce5e39cf295d3b336f67a502dc819 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 2 Apr 2015 10:57:28 +0200 Subject: Cosmetic change --- cli/lexer.ixx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/lexer.ixx b/cli/lexer.ixx index aa754d7..852c98f 100644 --- a/cli/lexer.ixx +++ b/cli/lexer.ixx @@ -82,7 +82,7 @@ is_space (char c) const inline bool lexer:: is_eos (xchar const& c) const { - return c.value () == xchar::traits_type::eof (); + return c.value () == xchar::traits_type::eof (); } inline char lexer:: -- cgit v1.1