]> git.saurik.com Git - bison.git/commitdiff
maint: remove trailing blanks.
authorAkim Demaille <demaille@gostai.com>
Thu, 26 Jan 2012 20:27:49 +0000 (21:27 +0100)
committerAkim Demaille <demaille@gostai.com>
Thu, 26 Jan 2012 20:27:49 +0000 (21:27 +0100)
* src/scan-code.l: Here.

src/scan-code.l

index b81f71036a15ce8aaf783b492f0f4e5d26f65bfb..ad955b126275a28602dc241cc8c6a72c406480ac 100644 (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