bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 2/2] style: indentation fixes


From: Akim Demaille
Subject: [PATCH 2/2] style: indentation fixes
Date: Tue, 29 Jan 2013 14:26:22 +0100

* src/parse-gram.y: here.
---
 src/parse-gram.y | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/parse-gram.y b/src/parse-gram.y
index 3a09c6c..8a2a04e 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);
-- 
1.8.1.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]