]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.47
authorfred <fred>
Sun, 24 Mar 2002 20:02:18 +0000 (20:02 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:02:18 +0000 (20:02 +0000)
flower/test/main.cc

index 8cd10797c50e6682b9ee7474cf6a58a547d8a38f..26aaf3cff991479ce3e9a1e80772ba3952cbcbed 100644 (file)
@@ -13,8 +13,9 @@ void reg_test (fptr f)
 int
 main ()
 {
- if (test_arr_p) {
-  for (int i=0; i < test_arr_p->size (); i++)
-    (*test_arr_p)[i] ();
- }
+ if (test_arr_p)
+   {
+     for (int i=0; i < test_arr_p->size (); i++)
+       (*test_arr_p)[i] ();
+   }
 }