mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-16 08:42:50 +00:00
Match spacing in pointer types in documentation with the code style
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
4a85ff3997
commit
14b87f6318
@ -245,9 +245,9 @@ struct psa_custom_key_parameters_s {
|
|||||||
*/
|
*/
|
||||||
/* This is a deprecated variant of `struct psa_custom_key_parameters_s`.
|
/* This is a deprecated variant of `struct psa_custom_key_parameters_s`.
|
||||||
* It has exactly the same layout, plus an extra field which is a flexible
|
* It has exactly the same layout, plus an extra field which is a flexible
|
||||||
* array member. Thus a `const struct psa_key_production_parameters_s*`
|
* array member. Thus a `const struct psa_key_production_parameters_s *`
|
||||||
* can be passed to any function that reads a
|
* can be passed to any function that reads a
|
||||||
* `const struct psa_custom_key_parameters_s*`.
|
* `const struct psa_custom_key_parameters_s *`.
|
||||||
*/
|
*/
|
||||||
struct psa_key_production_parameters_s {
|
struct psa_key_production_parameters_s {
|
||||||
uint32_t flags;
|
uint32_t flags;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user