summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkim Demaille <demaille@gostai.com>2012-01-26 21:27:49 +0100
committerAkim Demaille <demaille@gostai.com>2012-01-26 21:27:49 +0100
commite6070f227e12e80a075cc6b4cea7f7f26779b5eb (patch)
tree4f1c531ccb2b3bdc83d9c7a5f8c7d928e2630d38
parent7a709ad88d2d25d58f1ddc9f524d8436c7d961b4 (diff)
downloadbison-e6070f227e12e80a075cc6b4cea7f7f26779b5eb.tar.gz
maint: remove trailing blanks.
* src/scan-code.l: Here.
-rw-r--r--src/scan-code.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scan-code.l b/src/scan-code.l
index b81f7103..ad955b12 100644
--- a/src/scan-code.l
+++ b/src/scan-code.l
@@ -243,7 +243,7 @@ ref -?[0-9]+|{id}|"["{id}"]"|"$"
"#" STRING_GROW; in_cpp = true;
{splice} STRING_GROW;
- [\n\r] STRING_GROW; if (in_cpp) in_cpp = need_semicolon = false;
+ [\n\r] STRING_GROW; if (in_cpp) in_cpp = need_semicolon = false;
[ \t\f] STRING_GROW;
/* YYFAIL is undocumented and was formally deprecated in Bison