Project

General

Profile

« Previous | Next » 

Revision 18dac125

Added by byroot (Jean Boussier) about 2 months ago

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.