]> git.saurik.com Git - bison.git/blobdiff - data/c.m4
c.m4: style fix
[bison.git] / data / c.m4
index accf0477a3f20ce2f0846d894a5852efc2136644..2a57e7c3a26ba08ac6cc568051b298700c7b02f1 100644 (file)
--- a/data/c.m4
+++ b/data/c.m4
@@ -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