From fb0997507912364329a41abcbd2e826c61856504 Mon Sep 17 00:00:00 2001 From: "Fred L. Drake, Jr." Date: Mon, 1 Jul 2002 15:18:34 +0000 Subject: [PATCH] De-tabify files that missed the de-tabify step. --- expat/xmlwf/xmlfile.h | 4 ++-- expat/xmlwf/xmlurl.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/expat/xmlwf/xmlfile.h b/expat/xmlwf/xmlfile.h index a3cbcf2b..d053365e 100755 --- a/expat/xmlwf/xmlfile.h +++ b/expat/xmlwf/xmlfile.h @@ -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); diff --git a/expat/xmlwf/xmlurl.h b/expat/xmlwf/xmlurl.h index 3ab17268..d329913a 100755 --- a/expat/xmlwf/xmlurl.h +++ b/expat/xmlwf/xmlurl.h @@ -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 }