]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dot-formatting-problem.hh
Imported Upstream version 2.16.0
[lilypond.git] / lily / include / dot-formatting-problem.hh
index da248545bb035137629a7611a5df0567f8b5ceaf..fcb6d19a223d69b567d531c5a30126b669c5a38f 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef DOT_FORMATTING_PROBLEM_HH
 #define DOT_FORMATTING_PROBLEM_HH
 
-
 #include "skyline.hh"
 #include "std-vector.hh"
 
@@ -16,7 +15,7 @@ struct Dot_formatting_problem
   void register_configuration (Dot_configuration const &);
   Dot_configuration *best () const;
   Dot_formatting_problem (vector<Box> const &boxes, Interval base_x);
-  ~Dot_formatting_problem();
+  ~Dot_formatting_problem ();
 };
 
 #endif