bison-patches
[Top][All Lists]
Advanced

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

[PATCH 6/8] C++: style: fix indentation


From: Akim Demaille
Subject: [PATCH 6/8] C++: style: fix indentation
Date: Sun, 27 May 2018 10:55:33 +0200

* data/variant.hh (b4_symbol_variant): De-indent, as the callers are
indented.
---
 data/variant.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/variant.hh b/data/variant.hh
index 5cabd448..7a6fbfb9 100644
--- a/data/variant.hh
+++ b/data/variant.hh
@@ -27,7 +27,7 @@
 m4_define([b4_symbol_variant],
 [m4_pushdef([b4_dollar_dollar],
             [$2.$3< $][3 > (m4_shift3($@))])dnl
-  switch ($1)
+switch ($1)
     {
 b4_type_foreach([b4_type_action_])[]dnl
       default:
-- 
2.17.0




reply via email to

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