]> git.donarmstrong.com Git - lilypond.git/commitdiff
flower-1.0.20
authorfred <fred>
Fri, 10 Jan 1997 09:55:52 +0000 (09:55 +0000)
committerfred <fred>
Fri, 10 Jan 1997 09:55:52 +0000 (09:55 +0000)
flower/smat.cc

index c2177d4c9916110a03b782c08de969ce38da4a71..9c3b8e2a979eb8a9b76b0d8764ac7262cd81d7fc 100644 (file)
@@ -14,7 +14,7 @@ Full_storage::operator=(Full_storage const &fs)
 void
 Full_storage::OK() const
 {
-    #ifndef NDEBUG
+#ifndef NDEBUG
     //    static Real dummy;           
     assert(maxh >= h && maxw >= w);
     assert(h >= 0 && w >= 0);
@@ -29,7 +29,7 @@ Full_storage::OK() const
        }
        #endif
     }
-    #endif
+#endif
 }
 void
 Full_storage::resize_cols(int newh)