skel: correctly indent switch cases
authorTheophile Ranquet <ranquet@lrde.epita.fr>
Wed, 9 Jan 2013 11:46:55 +0000 (12:46 +0100)
committerTheophile Ranquet <ranquet@lrde.epita.fr>
Fri, 11 Jan 2013 17:57:08 +0000 (18:57 +0100)
* data/bison.m4 (b4_type_action_): Here.

data/bison.m4

index 75aa305..1994f4d 100644 (file)
@@ -509,7 +509,7 @@ m4_define([b4_token_format],
 # TAG, TYPE).
 m4_define([b4_type_action_],
 [b4_symbol_if([$1], [has_type],
-[m4_map([b4_symbol_case_], [$@])[]dnl
+[m4_map([      b4_symbol_case_], [$@])[]dnl
         b4_dollar_dollar([b4_symbol([$1], [number])],
                          [b4_symbol([$1], [tag])],
                          [b4_symbol([$1], [type])]);