]> git.saurik.com Git - bison.git/commitdiff
style: indentation fixes
authorAkim Demaille <akim@lrde.epita.fr>
Tue, 29 Jan 2013 13:23:44 +0000 (14:23 +0100)
committerAkim Demaille <akim@lrde.epita.fr>
Tue, 29 Jan 2013 13:23:58 +0000 (14:23 +0100)
* src/parse-gram.y: here.

src/parse-gram.y

index 3a09c6c559706c8a25287fa0655dc91fcb1fd852..8a2a04ea32e2e27551caf7c384b299f6f459736d 100644 (file)
@@ -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);