Add missing newline
Newline character was missing from end of print statement. Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
parent
1c2378b8b1
commit
cd79f77439
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ int main(void)
|
||||||
|
|
||||||
status = psa_hash_clone(&hash_operation, &cloned_hash_operation);
|
status = psa_hash_clone(&hash_operation, &cloned_hash_operation);
|
||||||
if (status != PSA_SUCCESS) {
|
if (status != PSA_SUCCESS) {
|
||||||
mbedtls_printf("PSA hash clone failed");
|
mbedtls_printf("PSA hash clone failed\n");
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue