diff options
Diffstat (limited to 'xml/expat/lib/ascii.h')
-rw-r--r-- | xml/expat/lib/ascii.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/xml/expat/lib/ascii.h b/xml/expat/lib/ascii.h index 6376b1f3..337e5bb7 100644 --- a/xml/expat/lib/ascii.h +++ b/xml/expat/lib/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 |