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

Unified Diff: lily/include/engraver.hh

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/include/duration.hh ('k') | lily/include/fluid.hh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/include/engraver.hh
diff --git a/lily/include/engraver.hh b/lily/include/engraver.hh
index 454e6e7515a71c1a2c83a694a59a9c81ccf3bcc7..31b01f88065db2d129c305af84a15669216eb629 100644
--- a/lily/include/engraver.hh
+++ b/lily/include/engraver.hh
@@ -49,7 +49,7 @@ protected:
public:
using Translator::trampoline;
- template <class T, void (T::*callback)(Grob_info)>
+ template <class T, void (T::*callback) (Grob_info)>
static SCM trampoline (SCM target, SCM grob, SCM source_engraver)
{
T *t = LY_ASSERT_SMOB (T, target, 1);
« no previous file with comments | « lily/include/duration.hh ('k') | lily/include/fluid.hh » ('j') | no next file with comments »

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