]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/spring.hh
(do_alignment): don't translate if
[lilypond.git] / lily / include / spring.hh
index 58b72feb0e352ff4ca37d08a3888135f1e13af36..c3ef5bd027493879c36a757469a9764ee9fd6ba2 100644 (file)
@@ -1,11 +1,10 @@
-/*   
+/*
   spring.hh -- declare Spring, Column_spring
-  
+
   source file of the GNU LilyPond music typesetter
-  
+
   (c) 1999--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
- */
+*/
 
 #ifndef SPRING_HH
 #define SPRING_HH
@@ -19,16 +18,16 @@ struct Spring_smob
   Real distance_;
   bool expand_only_b_;
   Real strength_;
-  
-  DECLARE_SIMPLE_SMOBS(Spring_smob, dummy);
+
+  DECLARE_SIMPLE_SMOBS (Spring_smob, dummy);
 public:
-  Spring_smob();
+  Spring_smob ();
 };
-DECLARE_UNSMOB(Spring_smob, spring);
+DECLARE_UNSMOB (Spring_smob, spring);
 
 struct Spring
 {
-  Drul_array<Item*> item_l_drul_;
+  Drul_array<Item *> item_drul_;
   Real distance_;
   bool expand_only_b_;
 
@@ -41,6 +40,5 @@ struct Spring
   Spring ();
 };
 
-
 #endif /* SPRING_HH */