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 b81f710..ad955b1 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