From: Jim Meyering Date: Mon, 16 Jan 2012 10:48:19 +0000 (+0100) Subject: maint: remove final trailing space X-Git-Tag: v2.7.90~567 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/da5462d42a4270b1b09ced415e09bdec229074ff maint: remove final trailing space * src/scan-gram.l (%): Remove single space at end of line. --- diff --git a/src/scan-gram.l b/src/scan-gram.l index a5a04894..1833b9a9 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. */