]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/spring-smob.cc
* scripts/lilypond-book.py: Resurrect HTML links to .ly source.
[lilypond.git] / lily / spring-smob.cc
index f05f02462f2714af10fec254a91501be50fed48d..fcdd84794f1ec62b634de60537a5eda33f104f6c 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1999--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1999--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -35,6 +35,6 @@ Spring_smob::print_smob (SCM, SCM p, scm_print_state *)
 SCM
 Spring_smob::equal_p (SCM a , SCM b)
 {
-  return a==b? SCM_BOOL_T : SCM_BOOL_F;
+  return a == b? SCM_BOOL_T : SCM_BOOL_F;
 }