]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/note-column.hh
Grand fixcc.py run on all .hh .cc files.
[lilypond.git] / lily / include / note-column.hh
index d2138e9fcdce2bdecae5808791ee528eec62ebb0..de440b31d3ee1c431fa9008865c20eca6e827335 100644 (file)
@@ -23,7 +23,6 @@
 #include "grob-interface.hh"
 #include "lily-proto.hh"
 
-
 /** a struct for treating a group of noteheads (noteheads, stem
     (chord) and scripts) as a single entity.
 
@@ -44,7 +43,7 @@ public:
   static bool has_rests (Grob *me);
   static Grob *dot_column (Grob *me);
   static Interval cross_staff_extent (Grob *me, Grob *refp);
-  DECLARE_GROB_INTERFACE();
+  DECLARE_GROB_INTERFACE ();
 
   static Item *get_stem (Grob *);
 };