]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/real.cc
Doc-es: various updates.
[lilypond.git] / flower / real.cc
index f617d20ff6fc1e6cd43cebedec748a5549c53647..20d8069669a6d0a6d709fb4c9d801826aba29cb1 100644 (file)
@@ -3,11 +3,9 @@
 #include <cmath>
 using namespace std;
 
-const Real infinity_f =
-  #ifdef INFINITY
-  INFINITY
-  #else
-  HUGE_VAL  
-  #endif
-  ;
-  
+#ifdef INFINITY
+const Real infinity_f = INFINITY;
+#else
+const Real infinity_f = HUGE_VAL;
+#endif
+