From 48cfaf0d5d56502eae964f590262212b58b4c9c6 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 20:02:18 +0000 Subject: [PATCH] lilypond-0.1.47 --- flower/test/main.cc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/flower/test/main.cc b/flower/test/main.cc index 8cd10797c5..26aaf3cff9 100644 --- a/flower/test/main.cc +++ b/flower/test/main.cc @@ -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] (); + } } -- 2.39.5