]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/stem.cc
Doc-fr: AU - document -dhelp CLI options
[lilypond.git] / lily / stem.cc
index f662f3cf1dec75637680e3c85f9bcd9fd31a158c..5195b6cfab814887acd0ed079f930cfe4130e89f 100644 (file)
@@ -283,7 +283,7 @@ bool
 Stem::is_normal_stem (Grob *me)
 {
   if (!head_count (me))
-     return false;
+    return false;
 
   extract_grob_set (me, "note-heads", heads);
   SCM style = heads[0]->get_property ("style");