]> git.donarmstrong.com Git - lilypond.git/commitdiff
Minor style fixes to some class definitions.
authorDavid Kastrup <dak@gnu.org>
Fri, 22 Aug 2014 15:34:19 +0000 (17:34 +0200)
committerDavid Kastrup <dak@gnu.org>
Mon, 1 Sep 2014 13:11:33 +0000 (15:11 +0200)
lily/context-property.cc
lily/include/output-def.hh
lily/undead.cc

index 5f2c8c70e5e4adeaeea4c67cc57354b4ac0b1000..d7584d1381f973766358d02c155e3970e139f4a1 100644 (file)
@@ -63,7 +63,8 @@ typecheck_grob (SCM symbol, SCM value)
     || type_check_assignment (symbol, value, ly_symbol2scm ("backend-type?"));
 }
 
-class Grob_properties {
+class Grob_properties
+{
   friend class Grob_property_info;
   friend SCM ly_make_grob_properties (SCM);
   // alist_ may contain unexpanded nested overrides
index fa9c712daf15710e5ee66655ce6dc02af42e976b..e0091e3654b7aa016c100db6682f2cd5932dc0e3 100644 (file)
@@ -46,7 +46,7 @@
   one coming from score at markup level)
   
  */
-class Output_def   
+class Output_def
 {
 
 public:
index b29386d2ce839a890c51e8842424a14e0a7bf38f..a43d46d21ca8cc392cc675fd16f0632706dd28a2 100644 (file)
@@ -52,7 +52,7 @@ Undead::print_smob (SCM undead,
 
 IMPLEMENT_SIMPLE_SMOBS (Undead);
 IMPLEMENT_DEFAULT_EQUAL_P (Undead);
-IMPLEMENT_TYPE_P (Undead, "ly:undead?")
+IMPLEMENT_TYPE_P (Undead, "ly:undead?");
 
 LY_DEFINE (ly_make_undead, "ly:make-undead",
            1, 0, 0, (SCM object),