]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lily-lexer.hh
Grand fixcc.py run on all .hh .cc files.
[lilypond.git] / lily / include / lily-lexer.hh
index 4f5f92d4e11a97f6520cd7b0e8361a03f24e3ee2..72391a087748cdd676739a8ed2b3646547f077c7 100644 (file)
@@ -66,7 +66,7 @@ public:
   void *lexval_;
   Input *lexloc_;
   bool is_main_input_;
-  
+
   Sources *sources_;
 
   /* Scheme hash tables with (oct name acc)  values, and symbol keys.  */
@@ -81,7 +81,7 @@ public:
   Lily_lexer (Sources *, Lily_parser *);
   Lily_lexer (Lily_lexer const &, Lily_parser *);
   int yylex ();
-  
+
   void add_lexed_char (int);
 
   void prepare_for_next_token ();