]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/input-scheme.cc
* The grand 2005-2006 replace.
[lilypond.git] / lily / input-scheme.cc
index 5bfed5c60d7f8adc5637806b4d73720aa3860234..70a959c865b8c33df13ef84ad03c9c6fd17cf0d9 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2005--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "string.hh"
@@ -40,7 +40,7 @@ LY_DEFINE (ly_input_file_line_column, "ly:input-file-line-char-column", 1, 0, 0,
   Input *ip = unsmob_input (sip);
   SCM_ASSERT_TYPE (ip, sip, SCM_ARG1, __FUNCTION__, "input location");
 
-  int l, ch, col; 
+  int l, ch, col;
   ip->get_counts (&l, &ch, &col);
   return scm_list_4 (scm_makfrom0str (ip->file_string ().to_str0 ()),
                     scm_from_int (l),