]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/spring-smob.cc
* scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly
[lilypond.git] / lily / spring-smob.cc
index fcdd84794f1ec62b634de60537a5eda33f104f6c..7eb382074587f04bfb27c29970a63252e648e19d 100644 (file)
@@ -1,11 +1,10 @@
-/*   
-  spring.cc --  implement Spring
-  
+/*
+  spring.cc -- implement Spring
+
   source file of the GNU LilyPond music typesetter
-  
+
   (c) 1999--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
- */
+*/
 
 #include "spring.hh"
 #include "warn.hh"
 Spring_smob::Spring_smob ()
 {
   distance_ = 0.;
-  strength_ =1.0;
+  strength_ = 1.0;
   expand_only_b_ = false;
   other_ = 0;
 }
 
-
 IMPLEMENT_SIMPLE_SMOBS (Spring_smob);
 
 SCM
@@ -33,7 +31,7 @@ Spring_smob::print_smob (SCM, SCM p, scm_print_state *)
 }
 
 SCM
-Spring_smob::equal_p (SCM a , SCM b)
+Spring_smob::equal_p (SCM a, SCM b)
 {
   return a == b? SCM_BOOL_T : SCM_BOOL_F;
 }