Closed athoelke closed 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.
type * parameter
type *parameter
This changes all the latter to match the former style.
I noticed that most of the pointer parameters use
type * parameter
spacing, but a handful ustype *parameter
spacing in the API prototypes.This changes all the latter to match the former style.