[Expat-checkins] expat/xmlwf xmlfile.h,1.6,1.7 xmlurl.h,1.3,1.4

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Mon Jul 1 08:19:14 2002


Update of /cvsroot/expat/expat/xmlwf
In directory usw-pr-cvs1:/tmp/cvs-serv5759

Modified Files:
	xmlfile.h xmlurl.h 
Log Message:
De-tabify files that missed the de-tabify step.

Index: xmlfile.h
===================================================================
RCS file: /cvsroot/expat/expat/xmlwf/xmlfile.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- xmlfile.h	1 Jul 2002 15:13:01 -0000	1.6
+++ xmlfile.h	1 Jul 2002 15:18:34 -0000	1.7
@@ -6,5 +6,5 @@
 #define XML_EXTERNAL_ENTITIES 02
 
 extern int XML_ProcessFile(XML_Parser parser,
-			   const XML_Char *filename,
-			   unsigned flags);
+                           const XML_Char *filename,
+                           unsigned flags);

Index: xmlurl.h
===================================================================
RCS file: /cvsroot/expat/expat/xmlwf/xmlurl.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- xmlurl.h	21 Apr 2000 04:20:31 -0000	1.3
+++ xmlurl.h	1 Jul 2002 15:18:34 -0000	1.4
@@ -5,8 +5,8 @@
 int XML_URLInit();
 void XML_URLUninit();
 int XML_ProcessURL(XML_Parser parser,
-		   const XML_Char *url,
-		   unsigned flags);
+                   const XML_Char *url,
+                   unsigned flags);
 
 #ifdef __cplusplus
 }