Fix indentation causing code style failure

Signed-off-by: Ryan Everett <ryan.everett@arm.com>
This commit is contained in:
Ryan Everett
2023-11-20 12:16:18 +00:00
parent 68a85e24fc
commit 167ecbaa90

View File

@@ -1711,7 +1711,7 @@ static psa_status_t psa_start_key_creation(
status = psa_copy_key_material_into_slot(
slot, (uint8_t *) (&slot_number), sizeof(slot_number));
if (status != PSA_SUCCESS) {
return status;
return status;
}
}