]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/chord-name.cc
Grand fixcc.py run on all .hh .cc files.
[lilypond.git] / lily / chord-name.cc
index ad0d91d3dbc9b85140d380b7eb98b2a64e54c1ec..35428983c5399e63298a96c18330c953536c29a4 100644 (file)
@@ -37,15 +37,15 @@ Chord_name::after_line_breaking (SCM smob)
   if (to_boolean (s))
     {
       if (me->get_column ()->get_rank ()
-         - me->get_system ()->spanned_rank_interval ()[LEFT] > 1)
-       me->suicide ();
+          - me->get_system ()->spanned_rank_interval ()[LEFT] > 1)
+        me->suicide ();
     }
   return SCM_UNSPECIFIED;
 }
 
 ADD_INTERFACE (Chord_name,
-              "A chord label (name or fretboard).",
+               "A chord label (name or fretboard).",
 
-              /* properties */        
-              "begin-of-line-visible "
-              );
+               /* properties */
+               "begin-of-line-visible "
+              );