bison-patches
[Top][All Lists]
Advanced

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

[PATCH 2/6] lalr1.cc: fix indentation of table declarations in the heade


From: Akim Demaille
Subject: [PATCH 2/6] lalr1.cc: fix indentation of table declarations in the header
Date: Fri, 9 Aug 2019 06:46:58 -0500

From: Adrian Vogelsgesang <address@hidden>

* data/skeletons/lalr1.cc: Fix indentation of table declarations in
the generated header.
---
 data/skeletons/lalr1.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/skeletons/lalr1.cc b/data/skeletons/lalr1.cc
index d1c30403..f76e3340 100644
--- a/data/skeletons/lalr1.cc
+++ b/data/skeletons/lalr1.cc
@@ -25,9 +25,9 @@ m4_define([b4_value_type_setup_variant])
 # --------------------------------------------------------------
 # Declare "parser::yy<TABLE-NAME>_" whose contents is CONTENT.
 m4_define([b4_integral_parser_table_declare],
-[m4_ifval([$3], [b4_comment([$3], [  ])
+[m4_ifval([$3], [b4_comment([$3], [    ])
 ])dnl
-  static const b4_int_type_for([$2]) yy$1_[[]];dnl
+    static const b4_int_type_for([$2]) yy$1_[[]];dnl
 ])
 
 # b4_integral_parser_table_define(TABLE-NAME, CONTENT, COMMENT)
-- 
2.22.0




reply via email to

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