]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/includable-lexer.hh
Grand fixcc.py run on all .hh .cc files.
[lilypond.git] / lily / include / includable-lexer.hh
index a7ca04ca24cffff02a12349047444a6dccc447c9..3c0fe8b9fa75c437aa7b0c7e62ac2dbbcabb6482 100644 (file)
@@ -40,7 +40,7 @@ class Includable_lexer : public yyFlexLexer
 
 protected:
   bool close_input ();
-  vector<Source_file*> include_stack_;
+  vector<Source_file *> include_stack_;
   vector<int> char_count_stack_;
   vector<string> pending_string_includes_;
 
@@ -55,10 +55,10 @@ public:
 
   Source_file *get_source_file () const;
   virtual void new_input (string s, Sources *);
-  
+
   void new_input (string name, string data, Sources *);
   void add_string_include (string data);
-  
+
   char const *here_str0 () const;
 };