Improve syntax style consistency in shape.c and shape.h

Most of this code use the `type * name` style, while the
overwhemling majority of the rest of ruby use the `type *name`
style.

This is a cosmetic change, but helps with readability.
This commit is contained in:
Jean Boussier 2025-04-29 09:50:47 +02:00
parent 5e8b744dbc
commit 18dac125cb
3 changed files with 67 additions and 67 deletions