]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorjanneke <janneke>
Mon, 19 Jul 2004 15:30:06 +0000 (15:30 +0000)
committerjanneke <janneke>
Mon, 19 Jul 2004 15:30:06 +0000 (15:30 +0000)
flower/include/drul-array.hh

index d537bcb5a04b1fa7cbfa630830ee0400901e564f..ccc0110f8e726989ee1a6afd92294395d3536a5e 100644 (file)
@@ -62,7 +62,8 @@ scale_drul (Drul_array<T> * dr, T x)
 inline Real
 linear_combination (Drul_array<Real> const &d, Real x)
 {
-  return ((1.0 - x) * Real (d.elem (LEFT))  + (x + 1.0) * Real (d.elem (RIGHT))) * 0.5;
+  return ((1.0 - x) * Real (d.elem (LEFT))
+         + (x + 1.0) * Real (d.elem (RIGHT))) * 0.5;
 }
 
-#endif // DRUL_ARRAY_HH
+#endif /* DRUL_ARRAY_HH */