From 119c2bf31d871338068abcf863ac0ece1de25802 Mon Sep 17 00:00:00 2001 From: Antonin Portelli Date: Thu, 23 Jan 2014 15:07:18 +0100 Subject: [PATCH] minor code cleaning --- latan/IoAsciiLexer.lpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/latan/IoAsciiLexer.lpp b/latan/IoAsciiLexer.lpp index 663fe31..9777443 100644 --- a/latan/IoAsciiLexer.lpp +++ b/latan/IoAsciiLexer.lpp @@ -22,7 +22,7 @@ yylloc->first_column = yylloc->last_column + 1;\ yylloc->last_column = yylloc->first_column + yyleng - 1; - #define YY_INPUT(buf,result,max_size) \ + #define YY_INPUT(buf, result, max_size) \ { \ (*yyextra->stream).read(buf,max_size);\ result = (*yyextra->stream).gcount();\