maint: remove trailing blanks.

* src/scan-code.l: Here.
This commit is contained in:
Akim Demaille
2012-01-26 21:27:49 +01:00
parent 7a709ad88d
commit e6070f227e

View File

@@ -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