c.m4: style fix

* data/c.m4 (b4_parse_param_use): Add missing space before paren.
This commit is contained in:
Akim Demaille
2013-01-04 15:58:50 +01:00
committed by Theophile Ranquet
parent 99d795e8f2
commit 1092d69c34

View File

@@ -152,7 +152,7 @@ m4_popdef([$1])dnl
# --------------------------------
# `YYUSE' VAL, LOC if locations are enabled, and all the parse-params.
m4_define([b4_parse_param_use],
[m4_ifvaln([$1], [ YYUSE([$1]);])dnl
[m4_ifvaln([$1], [ YYUSE ([$1]);])dnl
b4_locations_if([m4_ifvaln([$2], [ YYUSE ([$2]);])])dnl
b4_parse_param_for([Decl], [Formal], [ YYUSE (Formal);
])dnl