Reformat ctype.c
commitc841aa8b903200f5d7830c7c4ab8d62b5ef44c5c
authorRené Scharfe <rene.scharfe@lsrfire.ath.cx>
Sat, 17 Jan 2009 15:50:29 +0000 (17 16:50 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 18 Jan 2009 02:30:23 +0000 (17 18:30 -0800)
tree13dce0a37eb99b4a61785709455f2750c635a2c3
parentb4285c71bcc43c4cc9939b8d170aaf8ddb25f09f
Reformat ctype.c

Enhance the readability of ctype.c by using an enum instead of macros
to initialize the character class table.  This allows the use of a single
letter to mark a char, making the table fit within 80 columns.

Also list the index of the last entry in each row in the following comment.

Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
ctype.c