parser: remove spaces errors in generated files
[nit.git] / src / parser / xss / main.xss
index a867481..aaf2813 100644 (file)
@@ -24,7 +24,7 @@ $ include 'prods.xss'
 
 $ output 'parser_abs.nit'
 # Raw AST node hierarchy.
-# This file was generated by SableCC (http://www.sablecc.org/). 
+# This file was generated by SableCC (http://www.sablecc.org/).
 package parser_abs
 
 import mmloader
@@ -50,7 +50,7 @@ $ end output
 
 $ output 'parser_prod.nit'
 # Production AST nodes full definition.
-# This file was generated by SableCC (http://www.sablecc.org/). 
+# This file was generated by SableCC (http://www.sablecc.org/).
 package parser_prod
 
 import lexer
@@ -66,7 +66,7 @@ $ end output
 
 $ output 'parser_tables.nit'
 # Tables used by the parser.
-# This file was generated by SableCC (http://www.sablecc.org/). 
+# This file was generated by SableCC (http://www.sablecc.org/).
 package parser_tables
 
 $ call make_parser_tables()
@@ -74,7 +74,7 @@ $ end output
 
 $ output 'parser.nit'
 # Parser.
-# This file was generated by SableCC (http://www.sablecc.org/). 
+# This file was generated by SableCC (http://www.sablecc.org/).
 package parser
 
 intrude import parser_prod