c53733b004
If we want to add a variable with a type name that is too long, we have to realign all the variables within these structs. The other option is to ignore and don't realign, and then we end up with a very ugly code. So get rid of these unnecessary spaces, as they don't bring anything useful. Instead, they are annoying. Signed-off-by: Leandro Ribeiro <leandro.ribeiro@collabora.com> Reviewed-by: Daniel Stone <daniels@collabora.com> Reviewed-by: Simon Ser <contact@emersion.fr> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11248>