Skip to content

Use our typedefs for structs consistently

Guido Günther requested to merge guidog/phoc:use-typedefs into main

When consistifying the codebase with typedefs for our structs we didn't change all source fils over right away (but only the ones we modified anyway) to keep the noise under controll. Let's finish that up.

No funcional change.

In order to ease review I only kept reindents to a minimum (changes source lines that were modified anyway, function argument alignement and separating variable declarations from the rest of the function body in layer_shell.c)

Signed-off-by: Guido Günther agx@sigxcpu.org

Edited by Guido Günther

Merge request reports