]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/real.cc
indentation fixes.
[lilypond.git] / flower / real.cc
index f617d20ff6fc1e6cd43cebedec748a5549c53647..55537f8fa5d56296f473be106313e81ed87ca09b 100644 (file)
@@ -4,10 +4,10 @@
 using namespace std;
 
 const Real infinity_f =
-  #ifdef INFINITY
+#ifdef INFINITY
   INFINITY
-  #else
+#else
   HUGE_VAL  
-  #endif
+#endif
   ;