bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/2] scan-skel.l: formatting changes


From: Theophile Ranquet
Subject: [PATCH 1/2] scan-skel.l: formatting changes
Date: Mon, 15 Oct 2012 17:03:16 +0000

* src/scan-skel.l (fail_for_at_directive_too_few_args): Here.
---
 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 c3844f1..c5b46eb 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"),
-- 
1.7.11.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]