]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/context.cc
run astyle 2.02
[lilypond.git] / lily / context.cc
index 392077861828ea7683644662eb3ff1974afeca38..34b75523ea38d3e1e2f76c68bf606c55c7e02ee7 100644 (file)
@@ -327,7 +327,7 @@ Context::path_to_acceptable_context (SCM name) const
 
   return unsmob_context_def (definition_)->path_to_acceptable_context (name,
          get_output_def (),
-        scm_reverse_x (accepts, SCM_EOL));
+         scm_reverse_x (accepts, SCM_EOL));
 
 }