diff options
Diffstat (limited to 'Modules/expat/ascii.h')
-rw-r--r-- | Modules/expat/ascii.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Modules/expat/ascii.h b/Modules/expat/ascii.h index 6376b1f..337e5bb 100644 --- a/Modules/expat/ascii.h +++ b/Modules/expat/ascii.h @@ -1,6 +1,5 @@ -/* -Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd -See the file COPYING for copying permission. +/* Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd + See the file COPYING for copying permission. */ #define ASCII_A 0x41 @@ -69,7 +68,7 @@ See the file COPYING for copying permission. #define ASCII_9 0x39 #define ASCII_TAB 0x09 -#define ASCII_SPACE 0x20 +#define ASCII_SPACE 0x20 #define ASCII_EXCL 0x21 #define ASCII_QUOT 0x22 #define ASCII_AMP 0x26 |