]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/system-start-delimiter.hh
Grand fixcc.py run on all .hh .cc files.
[lilypond.git] / lily / include / system-start-delimiter.hh
index 5131eeb469067a51c57f84d14e4f40b17923d787..86ce97e4bd5ab88833b574a3b6933fda59b8eed9 100644 (file)
@@ -31,14 +31,14 @@ class System_start_delimiter
 public:
   DECLARE_SCHEME_CALLBACK (print, (SCM));
 
-  DECLARE_GROB_INTERFACE();
+  DECLARE_GROB_INTERFACE ();
   static void try_collapse (Grob *);
   static Stencil staff_bracket (Grob *, Real);
   static Stencil old_staff_bracket (Grob *, Real);
   static Stencil staff_brace (Grob *, Real);
   static Stencil simple_bar (Grob *, Real);
   static Stencil line_bracket (Grob *, Real);
-  
+
 };
 
 #endif /* SYSTEM_START_DELIMITER_HH */