]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/source.hh
* flower
[lilypond.git] / lily / include / source.hh
index 6420ca9165dd31d6aa2a4caed6c61192e7d39955..ffc1f0f83bc8775937be1c91e62a0595ec11bcf2 100644 (file)
@@ -10,9 +10,9 @@
 #include "flower-proto.hh"
 
 /*   A set of sourcefiles.  */
-class Sources 
+class Sources
 {
-  Sources (Sources const&) {}
+  Sources (Sources const &) {}
   Cons<Source_file> *sourcefile_list_;
   bool is_binary_;
 
@@ -20,15 +20,13 @@ public:
   Sources ();
   ~Sources ();
 
-  Source_file *get_file (String &file_name );
-  Source_file *get_sourcefile (char const*);
-  void add (Source_file* sourcefile );
-  void set_path (File_path*);
+  Source_file *get_file (String &file_name);
+  Source_file *get_sourcefile (char const *);
+  void add (Source_file *sourcefile);
+  void set_path (File_path *);
   void set_binary (bool);
 
   const File_path *path_;
 };
 
-
-
 #endif /* SOURCE_HH */