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.
type * name
type *name
This is a cosmetic change, but helps with readability.
Improve syntax style consistency in shape.c and shape.h
Most of this code use the
type * name
style, while theoverwhemling majority of the rest of ruby use the
type *name
style.
This is a cosmetic change, but helps with readability.