Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(127)

Unified Diff: lily/line-interface.cc

Issue 549480043: Run scripts/auxiliar/fixcc.py (Closed)
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lily/lilypond-version.cc ('k') | lily/line-spanner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/line-interface.cc
diff --git a/lily/line-interface.cc b/lily/line-interface.cc
index f99cc02d32806fa125c618319b98ee39923b1970..38d50c20ce26b81ef4fad0f2edd4ea52341fe448 100644
--- a/lily/line-interface.cc
+++ b/lily/line-interface.cc
@@ -233,8 +233,8 @@ Line_interface::line (Grob *me, Offset from, Offset to)
there will be one more dash than complete dash + whitespace
units (full periods).
*/
- int full_period_count =
- (int) rint ((len - period * fraction) / period);
+ int full_period_count
+ = (int) rint ((len - period * fraction) / period);
full_period_count = std::max (0, full_period_count);
if (full_period_count > 0)
{
« no previous file with comments | « lily/lilypond-version.cc ('k') | lily/line-spanner.cc » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b