ARM-software / psa-api

Documentation source and development of the PSA Certified API
https://arm-software.github.io/psa-api/
Other
58 stars 28 forks source link

Fix inconsistent whitespace in API prototypes #211

Closed athoelke closed 2 months ago

athoelke commented 2 months ago

I noticed that most of the pointer parameters use type * parameter spacing, but a handful us type *parameter spacing in the API prototypes.

This changes all the latter to match the former style.