# HG changeset patch # User vitor # Date 1215283404 0 # Node ID 2a4ac127112c47c8356e789a9f40987e3ea5fc9f # Parent 4d441356fa23150d37c3cc0b4c10f777339f0f2f Cosmetics: remove braces diff -r 4d441356fa23 -r 2a4ac127112c ra288.c --- a/ra288.c Sat Jul 05 18:42:08 2008 +0000 +++ b/ra288.c Sat Jul 05 18:43:24 2008 +0000 @@ -57,9 +57,8 @@ for (x=35; x >= 0; x--) glob->sb[x+5] = glob->sb[x]; - for (x=4; x >= 0; x--) { + for (x=4; x >= 0; x--) glob->sb[x] = -scalar_product_float(glob->sb + x + 1, glob->pr1, 36); - } /* convert log and do rms */ sum = 32. - scalar_product_float(glob->pr2, glob->lhist, 10);