Improve syntax style consistency in shape.c and shape.h
commit18dac125cb48768b546a5913378e7349ee687492
authorJean Boussier <[email protected]>
Tue, 29 Apr 2025 07:50:47 +0000 (29 09:50 +0200)
committerJean Boussier <[email protected]>
Wed, 30 Apr 2025 06:10:55 +0000 (30 08:10 +0200)
treef57ba5327570246f02fb8f7ae2a52a55d1f9642d
parent5e8b744dbce7a8dcda4e90f87d48d586b0ffe67f
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.
object.c
shape.c
shape.h