]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/identifier-smob.cc
Grand fixcc.py run on all .hh .cc files.
[lilypond.git] / lily / identifier-smob.cc
index d0e9f6e4733007874064e0aba539363733062cca..a9b198f6bc4cb4e83e08868b983a8ef3b8410179 100644 (file)
@@ -37,9 +37,9 @@ print_box (SCM b, SCM port, scm_print_state *)
 /* This defines the primitve `make-box', which returns a new smob of
    type `box', initialized to `#f'.  */
 LY_DEFINE (ly_export, "ly:export",
-          1, 0, 0, (SCM arg),
-          "Export a Scheme object to the parser"
-          " so it is treated as an identifier.")
+           1, 0, 0, (SCM arg),
+           "Export a Scheme object to the parser"
+           " so it is treated as an identifier.")
 {
   SCM_RETURN_NEWSMOB (package_tag, arg);
 }