From: Akim Demaille Date: Thu, 26 Jan 2012 20:27:49 +0000 (+0100) Subject: maint: remove trailing blanks. X-Git-Tag: v2.5.1_rc2~121 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/e6070f227e12e80a075cc6b4cea7f7f26779b5eb maint: remove trailing blanks. * src/scan-code.l: Here. --- 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