]> git.saurik.com Git - bison.git/commitdiff
maint: remove final trailing space
authorJim Meyering <meyering@redhat.com>
Mon, 16 Jan 2012 10:48:19 +0000 (11:48 +0100)
committerJim Meyering <meyering@redhat.com>
Thu, 19 Jan 2012 05:56:34 +0000 (06:56 +0100)
* src/scan-gram.l (%): Remove single space at end of line.

src/scan-gram.l

index a5a04894b91bb153cabdacef1929a79d9134a642..1833b9a99e9967d01278866981103e3ca47fa9fb 100644 (file)
@@ -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. */