style changes

* data/glr.cc, tests/actions.at: Fix comments.
* src/symtab.h, src/symtab.c: Fix indentation/comments.
* src/symlist.c: Fix indentation.
This commit is contained in:
Akim Demaille
2012-08-14 10:04:27 +02:00
parent 1ad6f4daa3
commit 3edfae0490
5 changed files with 24 additions and 24 deletions

View File

@@ -396,7 +396,7 @@ symbol_check_defined (symbol *sym)
complain_at (sym->location, complaint,
_("symbol %s is used, but is not defined as a token"
" and has no rules"),
sym->tag);
sym->tag);
break;
case declared:
/* If declared, then sym->class != unknown_sym. */