]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/real.hh
release: 0.1.58
[lilypond.git] / flower / include / real.hh
index 5b5bc26f7a13460174a9eaf54e6142b69cf0a53d..3b030c4cba429b9dbf14b396cc9d27c880343614 100644 (file)
@@ -17,7 +17,6 @@
 typedef double Real;
 const Real infinity_f = HUGE_VAL;
 
-
 template<class T> inline T abs (T x)
 {
   return x > 0 ? x : -x;