From: Joe Neeman Date: Thu, 22 Feb 2007 20:43:18 +0000 (+1100) Subject: trivial formatting X-Git-Tag: release/2.11.20-1~2^2~5^2~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=41a5283e523c1b9cf0cb6c14293bc14911fa7aa3;p=lilypond.git trivial formatting --- diff --git a/lily/lookup.cc b/lily/lookup.cc index c92ca3bd21..61d6618659 100644 --- a/lily/lookup.cc +++ b/lily/lookup.cc @@ -731,7 +731,7 @@ Lookup::points_to_line_stencil (Real thick, vector const &points) Stencil ret; for (vsize i = 1; i < points.size (); i++) { - if (points[i-1].is_sane () && points[i].is_sane ()) + if (points[i-1].is_sane () && points[i].is_sane ()) { Stencil line = Line_interface::make_line (thick, points[i-1], points[i]);