skel: correctly indent switch cases

* data/bison.m4 (b4_type_action_): Here.
This commit is contained in:
Theophile Ranquet
2013-01-09 12:46:55 +01:00
parent bb1f0f5226
commit 462b243e1d

View 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])]);