]> git.donarmstrong.com Git - lilypond.git/commitdiff
indentation fixes.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 12 Dec 2007 02:06:00 +0000 (00:06 -0200)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 12 Dec 2007 02:06:00 +0000 (00:06 -0200)
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
   ;