bug-bison
[Top][All Lists]
Advanced

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

[PATCH 03/11] maint: remove final trailing space


From: Jim Meyering
Subject: [PATCH 03/11] maint: remove final trailing space
Date: Wed, 18 Jan 2012 11:30:49 +0100

From: Jim Meyering <address@hidden>

* src/scan-gram.l (%): Remove single space at end of line.
---
 ChangeLog       |    3 +++
 src/scan-gram.l |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 604f9b6..84a3e1d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-01-15  Jim Meyering  <address@hidden>

+       maint: remove final trailing space
+       * src/scan-gram.l (%): Remove single space at end of line.
+
        maint: get gpl-3.0 from gnulib
        * bootstrap.conf (gnulib_modules): Add gpl-3.0.
        * doc/gpl-3.0.texi: Remove from version control, now that
diff --git a/src/scan-gram.l b/src/scan-gram.l
index a5a0489..1833b9a 100644
--- a/src/scan-gram.l
+++ b/src/scan-gram.l
@@ -108,7 +108,7 @@ static void unexpected_newline (boundary, char const *);
  /* Four types of user code:
     - prologue (code between `%{' `%}' in the first section, before %%);
     - actions, printers, union, etc, (between braced in the middle section);
-    - epilogue (everything after the second %%). 
+    - epilogue (everything after the second %%).
     - predicate (code between `%?{' and `{' in middle section); */
 %x SC_PROLOGUE SC_BRACED_CODE SC_EPILOGUE SC_PREDICATE
  /* C and C++ comments in code. */
-- 
1.7.9.rc1.2.gccfe4




reply via email to

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