From: Akim Demaille Date: Tue, 29 Jan 2013 13:23:44 +0000 (+0100) Subject: style: indentation fixes X-Git-Tag: v2.7.90~130 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/c13928073cfafa699b74338a2156b0d64a2fb8e7?ds=inline style: indentation fixes * src/parse-gram.y: here. --- diff --git a/src/parse-gram.y b/src/parse-gram.y index 3a09c6c5..8a2a04ea 100644 --- a/src/parse-gram.y +++ b/src/parse-gram.y @@ -538,15 +538,15 @@ tag: /* One token definition. */ symbol_def: TAG - { - current_type = $1; - tag_seen = true; - } + { + current_type = $1; + tag_seen = true; + } | id - { - symbol_class_set ($1, current_class, @1, true); - symbol_type_set ($1, current_type, @1); - } + { + symbol_class_set ($1, current_class, @1, true); + symbol_type_set ($1, current_type, @1); + } | id INT { symbol_class_set ($1, current_class, @1, true);