]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dot-configuration.hh
Grand fixcc.py run on all .hh .cc files.
[lilypond.git] / lily / include / dot-configuration.hh
index b6b39dd41d3870268c2e85ac72d54a2ac6bb67bd..82fea8b5ba1072c37a5d40ab3cfd64de89f12f43 100644 (file)
@@ -34,7 +34,7 @@ struct Dot_position
   Box dot_extents_;
   bool extremal_head_;
   Interval x_extent_;
-  
+
   Dot_position ()
   {
     dot_ = 0;
@@ -47,7 +47,7 @@ struct Dot_position
 struct Dot_configuration : public map<int, Dot_position>
 {
   Dot_formatting_problem const *problem_;
-  
+
   Dot_configuration (Dot_formatting_problem const &);
   Real x_offset () const;
   int badness () const;