]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/line-interface.hh
Grand fixcc.py run on all .hh .cc files.
[lilypond.git] / lily / include / line-interface.hh
index 188806213222e80bc1532a5bfb202e84936c133d..f375c12335f6fd84bf74cdd5f6e2acfe94ab6f06 100644 (file)
 struct Line_interface
 {
   static Stencil line (Grob *me, Offset from, Offset to);
-  DECLARE_GROB_INTERFACE();
+  DECLARE_GROB_INTERFACE ();
   static Stencil make_zigzag_line (Grob *me,
-                                  Offset from,
-                                  Offset to);
+                                   Offset from,
+                                   Offset to);
   static Stencil make_trill_line (Grob *me,
-                                Offset from,
-                                Offset to);
+                                  Offset from,
+                                  Offset to);
   static Stencil make_dashed_line (Real th, Offset from, Offset to, Real, Real);
   static Stencil make_line (Real th, Offset from, Offset to);
   static Stencil make_arrow (Offset beg, Offset end, Real thick,
-                            Real length, Real width);
+                             Real length, Real width);
   static Stencil arrows (Grob *me, Offset from, Offset to,
-                        bool from_arrow,
-                        bool to_arrow);
+                         bool from_arrow,
+                         bool to_arrow);
 };
 
 #endif /* LINE_INTERFACE_HH */