]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/identifier-smob.cc
Fix 1598.
[lilypond.git] / lily / identifier-smob.cc
index 0fec5798663e57a3016f8c0cebaf2c78880c2556..a9b198f6bc4cb4e83e08868b983a8ef3b8410179 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2002--2010 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 2002--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -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);
 }