Newlines at end of file + trim trailing whitespace
Signed-off-by: Aditya Deshpande <aditya.deshpande@arm.com>
This commit is contained in:
parent
17845b8f71
commit
40c05cc8e4
5 changed files with 31 additions and 31 deletions
|
@ -2501,7 +2501,7 @@ psa_status_t psa_driver_wrapper_key_agreement(
|
|||
shared_secret_size,
|
||||
shared_secret_length );
|
||||
return( status );
|
||||
|
||||
|
||||
default:
|
||||
(void) attributes;
|
||||
(void) key_buffer;
|
||||
|
@ -2512,7 +2512,7 @@ psa_status_t psa_driver_wrapper_key_agreement(
|
|||
(void) shared_secret_size;
|
||||
(void) shared_secret_length;
|
||||
return( PSA_ERROR_NOT_SUPPORTED );
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue