From e6070f227e12e80a075cc6b4cea7f7f26779b5eb Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Thu, 26 Jan 2012 21:27:49 +0100 Subject: maint: remove trailing blanks. * src/scan-code.l: Here. --- src/scan-code.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1