]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/interval-minefield.hh
Run grand replace for 2015.
[lilypond.git] / lily / include / interval-minefield.hh
index 62136b046b8a0c8d087eb191eb278975e5bc432e..fc748c17b6310ac9f1b0cd03f34ecdc5e72dfc4a 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2011 Mike Solomon <mike@apollinemike.com>
+  Copyright (C) 2011--2015 Mike Solomon <mike@mikesolomon.org>
   Jan Nieuwenhuizen <janneke@gnu.org>
 
   LilyPond is free software: you can redistribute it and/or modify
 
 class Interval_minefield
 {
-public :
+public:
   Interval_minefield (Interval, Real);
   void add_forbidden_interval (Interval forbidden);
   Interval feasible_placements ();
   void solve ();
 
-private :
+private:
   vector<Interval> forbidden_intervals_;
   Interval feasible_placements_;
   Real bulk_;
 };
 
-#endif // INTERVAL_MINEFIELD_HH
\ No newline at end of file
+#endif // INTERVAL_MINEFIELD_HH