]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/break-algorithm.cc
Nitpick run.
[lilypond.git] / lily / break-algorithm.cc
index 360eb3f4df254188d624ab21f9d2dfea6dae8e10..7c41cd27febea5bb14dde93e1ee9775caaed9184 100644 (file)
@@ -67,9 +67,7 @@ Break_algorithm::generate_spacing_problem (Link_array<Grob> const &curline,
     sort out how interfacing this should work;
   */
   if (line.is_empty ())
-    {
-      sp->line_len_ = -1;
-    }
+    sp->line_len_ = -1;
   else
     sp->line_len_ = line.length ();