style: indentation fixes

* src/parse-gram.y: here.
This commit is contained in:
Akim Demaille
2013-01-29 14:23:44 +01:00
parent 2f0b97a271
commit c13928073c

View File

@@ -538,15 +538,15 @@ tag:
/* One token definition. */ /* One token definition. */
symbol_def: symbol_def:
TAG TAG
{ {
current_type = $1; current_type = $1;
tag_seen = true; tag_seen = true;
} }
| id | id
{ {
symbol_class_set ($1, current_class, @1, true); symbol_class_set ($1, current_class, @1, true);
symbol_type_set ($1, current_type, @1); symbol_type_set ($1, current_type, @1);
} }
| id INT | id INT
{ {
symbol_class_set ($1, current_class, @1, true); symbol_class_set ($1, current_class, @1, true);