lalr1.cc: indentation fixes.

* data/lalr1.cc (yyparse): here.
Untabify a block of code.
This commit is contained in:
Akim Demaille
2012-09-20 17:04:50 +02:00
parent 88322b77b1
commit 117c794200

View File

@@ -714,7 +714,6 @@ m4_ifdef([b4_lex_param], [, ]b4_lex_param))[;
{
/* If just tried and failed to reuse lookahead token after an
error, discard it. */
if (yychar <= yyeof_)
{
/* Return failure if at end of input. */