add braces

This commit is contained in:
jjceresa 2019-07-29 22:54:03 +02:00
parent 07047039f7
commit 539d31bd4f
1 changed files with 4 additions and 0 deletions

View File

@ -1203,9 +1203,13 @@ static void fluid_test_linked_mod_test_identity(fluid_mod_t *mod0, fluid_mod_t *
/* display identity result */ /* display identity result */
if (r) if (r)
{
FLUID_LOG(FLUID_INFO, "-- test identity: cm0 == cm1 ?, yes "); FLUID_LOG(FLUID_INFO, "-- test identity: cm0 == cm1 ?, yes ");
}
else else
{
FLUID_LOG(FLUID_INFO, "-- test identity: cm0 == cm1 ?, no "); FLUID_LOG(FLUID_INFO, "-- test identity: cm0 == cm1 ?, no ");
}
if(r) if(r)
{ {
/* add amount to cm0 */ /* add amount to cm0 */