commit | 167ecbaa9091514ca671d359dec498455fe7069c | [log] [tgz] |
---|---|---|
author | Ryan Everett <ryan.everett@arm.com> | Mon Nov 20 12:16:18 2023 +0000 |
committer | Ryan Everett <ryan.everett@arm.com> | Mon Nov 20 12:16:18 2023 +0000 |
tree | ba34f2d888f8ba639bbd0f540cd1da49a693aaf5 | |
parent | 68a85e24fc27944712170f572668c4a9ad694e3d [diff] |
Fix indentation causing code style failure Signed-off-by: Ryan Everett <ryan.everett@arm.com>
diff --git a/library/psa_crypto.c b/library/psa_crypto.c index ae35efc..379648c 100644 --- a/library/psa_crypto.c +++ b/library/psa_crypto.c
@@ -1711,7 +1711,7 @@ status = psa_copy_key_material_into_slot( slot, (uint8_t *) (&slot_number), sizeof(slot_number)); if (status != PSA_SUCCESS) { - return status; + return status; } }