]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/performance-scheme.cc
Grand fixcc.py run on all .hh .cc files.
[lilypond.git] / lily / performance-scheme.cc
index 10a1de6659a9aad31a7c1f929f37817582a60196..be1dc156478fd3b2d2cead6411af68b0a6f278c8 100644 (file)
@@ -20,8 +20,8 @@
 #include "performance.hh"
 
 LY_DEFINE (ly_performance_write, "ly:performance-write",
-          2, 0, 0, (SCM performance, SCM filename),
-          "Write @var{performance} to @var{filename}.")
+           2, 0, 0, (SCM performance, SCM filename),
+           "Write @var{performance} to @var{filename}.")
 {
   LY_ASSERT_TYPE (unsmob_performance, performance, 1);
   LY_ASSERT_TYPE (scm_is_string, filename, 2);