From 56f0d1d187733e2b04c68591f4d6f66443c7dd37 Mon Sep 17 00:00:00 2001 From: Theophile Ranquet Date: Mon, 15 Oct 2012 17:03:16 +0000 Subject: [PATCH] scan-skel.l: formatting changes * src/scan-skel.l (fail_for_at_directive_too_few_args): Here. Signed-off-by: Akim Demaille --- src/scan-skel.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scan-skel.l b/src/scan-skel.l index c3844f13..c5b46eb4 100644 --- a/src/scan-skel.l +++ b/src/scan-skel.l @@ -247,7 +247,7 @@ at_output (int argc, char *argv[], char **out_namep, int *out_linenop) *out_linenop = 1; } - static void +static void fail_for_at_directive_too_few_args (char const *at_directive_name) { complain (NULL, fatal, _("too few arguments for %s directive in skeleton"), -- 2.47.2