]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/context-scheme.cc
Run fixcc.py with astyle 2.02.
[lilypond.git] / lily / context-scheme.cc
index 4f3818ecd8a3cf87841fd7d9bccb4c34e7ca3759..64f8dd8e15a0fdb3fbf9d2f8fd1821188395c231 100644 (file)
@@ -213,9 +213,9 @@ LY_DEFINE (ly_context_events_below, "ly:context-events-below",
 }
 
 LY_DEFINE (ly_make_event_class, "ly:make-event-class",
-          2, 0, 0, (SCM context, SCM type),
-          "Make an event class (a list of types) from the given @var{type}"
-          " within the global context containing @var{context}.")
+           2, 0, 0, (SCM context, SCM type),
+           "Make an event class (a list of types) from the given @var{type}"
+           " within the global context containing @var{context}.")
 {
   LY_ASSERT_SMOB (Context, context, 1);
   LY_ASSERT_TYPE (ly_is_symbol, type, 2);