Improve style
diff --git a/tests/suites/test_suite_psa_crypto.function b/tests/suites/test_suite_psa_crypto.function
index 8e638b6..48f5337 100644
--- a/tests/suites/test_suite_psa_crypto.function
+++ b/tests/suites/test_suite_psa_crypto.function
@@ -1803,10 +1803,12 @@
 
     if( PSA_ALG_IS_TLS12_PRF( exercise_alg ) ||
             PSA_ALG_IS_TLS12_PSK_TO_MS( exercise_alg ) )
+    {
         PSA_ASSERT( psa_key_derivation_input_bytes(
                                             &operation,
                                             PSA_KEY_DERIVATION_INPUT_SEED,
                                             (const uint8_t*) "", 0) );
+    }
 
     status = psa_key_derivation_input_key( &operation,
                                            PSA_KEY_DERIVATION_INPUT_SECRET,