From: fred Date: Sun, 24 Mar 2002 20:02:18 +0000 (+0000) Subject: lilypond-0.1.47 X-Git-Tag: release/1.5.59~3614 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=48cfaf0d5d56502eae964f590262212b58b4c9c6;p=lilypond.git lilypond-0.1.47 --- 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] (); + } }