[Expat-checkins] expat/lib xmltok.h,1.7,1.8

Fred L. Drake fdrake@users.sourceforge.net
Tue Nov 12 21:49:38 2002


Update of /cvsroot/expat/expat/lib
In directory usw-pr-cvs1:/tmp/cvs-serv9131

Modified Files:
	xmltok.h 
Log Message:
Remove trailing whitespace.


Index: xmltok.h
===================================================================
RCS file: /cvsroot/expat/expat/lib/xmltok.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- xmltok.h	20 Sep 2002 03:42:43 -0000	1.7
+++ xmltok.h	12 Nov 2002 21:49:36 -0000	1.8
@@ -17,7 +17,7 @@
 */
 #define XML_TOK_NONE -4          /* The string to be scanned is empty */
 #define XML_TOK_TRAILING_CR -3   /* A CR at the end of the scan;
-                                    might be part of CRLF sequence */ 
+                                    might be part of CRLF sequence */
 #define XML_TOK_PARTIAL_CHAR -2  /* only part of a multibyte sequence */
 #define XML_TOK_PARTIAL -1       /* only part of a token */
 #define XML_TOK_INVALID 0





More information about the Expat-checkins mailing list