]> granicus.if.org Git - libexpat/commitdiff
De-tabify files that missed the de-tabify step.
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Mon, 1 Jul 2002 15:18:34 +0000 (15:18 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Mon, 1 Jul 2002 15:18:34 +0000 (15:18 +0000)
expat/xmlwf/xmlfile.h
expat/xmlwf/xmlurl.h

index a3cbcf2b3db49984d28b7dc6c3fc5d971b775cd5..d053365e3427b081d43d0d19e196386543a7e05c 100755 (executable)
@@ -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 3ab1726889b72bc8eba88373abf31081d9ab9775..d329913ac8530d2ed3a1681cd6db65d7e2183ad4 100755 (executable)
@@ -5,8 +5,8 @@ extern "C" {
 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
 }