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

Unified Diff: lily/grob-scheme.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/grob-property.cc ('k') | lily/grob-smob.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/grob-scheme.cc
diff --git a/lily/grob-scheme.cc b/lily/grob-scheme.cc
index 41e0af570f8d4248349d19a240b0e02e9d0b7a0c..a078e7ac083d237169b39c15f8b39dc3293ee44b 100644
--- a/lily/grob-scheme.cc
+++ b/lily/grob-scheme.cc
@@ -493,5 +493,5 @@ LY_DEFINE (ly_grob_spanned_rank_interval, "ly:grob-spanned-rank-interval",
Interval_t<int> iv = gr->spanned_rank_interval ();
- return scm_cons (scm_from_int(iv[LEFT]), scm_from_int(iv[RIGHT]));
+ return scm_cons (scm_from_int (iv[LEFT]), scm_from_int (iv[RIGHT]));
}
« no previous file with comments | « lily/grob-property.cc ('k') | lily/grob-smob.cc » ('j') | no next file with comments »

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