]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/note-spacing.hh
Grand fixcc.py run on all .hh .cc files.
[lilypond.git] / lily / include / note-spacing.hh
index d5465b639f1dd5679619c78de34df7dfc3fea852..29f9eaad5d7912200a0fc045aebc38bb41da0eaa 100644 (file)
 class Note_spacing
 {
 public:
-  DECLARE_GROB_INTERFACE();
+  DECLARE_GROB_INTERFACE ();
 
   static Spring get_spacing (Grob *me, Item *, Real, Real);
   static void stem_dir_correction (Grob *me, Item *next_col, Real incr,
-                                  Real *, Real *);
+                                   Real *, Real *);
 };
 
 #endif /* NOTE_SPACING_HH */