Fix indentation issues
Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>
diff --git a/tests/suites/test_suite_psa_crypto.function b/tests/suites/test_suite_psa_crypto.function
index 118b1c7..ea0d5c4 100644
--- a/tests/suites/test_suite_psa_crypto.function
+++ b/tests/suites/test_suite_psa_crypto.function
@@ -7060,7 +7060,7 @@
/* For output key derivation secret must be provided using
input key, otherwise operation is not permitted. */
- if ( key_input_type == 1 )
+ if( key_input_type == 1 )
expected_status = PSA_SUCCESS;
psa_set_key_usage_flags( &attributes4, PSA_KEY_USAGE_EXPORT );