mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-08 17:42:09 +03:00
Fix indentation causing code style failure
Signed-off-by: Ryan Everett <ryan.everett@arm.com>
This commit is contained in:
@@ -1711,7 +1711,7 @@ static psa_status_t psa_start_key_creation(
|
|||||||
status = psa_copy_key_material_into_slot(
|
status = psa_copy_key_material_into_slot(
|
||||||
slot, (uint8_t *) (&slot_number), sizeof(slot_number));
|
slot, (uint8_t *) (&slot_number), sizeof(slot_number));
|
||||||
if (status != PSA_SUCCESS) {
|
if (status != PSA_SUCCESS) {
|
||||||
return status;
|
return status;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user