]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/spring-smob.cc
*** empty log message ***
[lilypond.git] / lily / spring-smob.cc
index e7cc63cc0ac7a422198d00b1b7100417c6d08d2e..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>
   
  */
 
@@ -13,7 +13,7 @@
 
 Spring_smob::Spring_smob ()
 {
-  distance_ =0.;
+  distance_ = 0.;
   strength_ =1.0;
   expand_only_b_ = false;
   other_ = 0;
@@ -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;
 }