summaryrefslogtreecommitdiff
path: root/tool/m4/ruby_replace_funcs.m4
diff options
context:
space:
mode:
Diffstat (limited to 'tool/m4/ruby_replace_funcs.m4')
-rw-r--r--tool/m4/ruby_replace_funcs.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/tool/m4/ruby_replace_funcs.m4 b/tool/m4/ruby_replace_funcs.m4
index 10e85f1ac9..33b3ca70c1 100644
--- a/tool/m4/ruby_replace_funcs.m4
+++ b/tool/m4/ruby_replace_funcs.m4
@@ -8,6 +8,6 @@ AC_DEFUN([RUBY_REPLACE_FUNC], [dnl
])dnl
dnl
dnl RUBY_REPLACE_FUNCS [funcs] [included]
-AC_DEFUN([RUBY_REPLACE_FUNCS] [dnl
- m4_map_args_w([$1], [RUBY_REPLACE_FUNC(], [), [$2]])dnl
+AC_DEFUN([RUBY_REPLACE_FUNCS], [dnl
+ m4_map_args_w([$1], [RUBY_REPLACE_FUNC(], [, [$2])])dnl
])dnl