summaryrefslogtreecommitdiff
path: root/xmlwf
diff options
context:
space:
mode:
authorfdrake <fdrake>2002-07-01 15:18:34 +0000
committerfdrake <fdrake>2002-07-01 15:18:34 +0000
commit00cd6947f86b607682c71a41908bae8af02304c4 (patch)
treeb90297921e7ad16e0253b830693b8b60ab12c5c1 /xmlwf
parent79162e938ea084584199e65fcbc0058f17c74934 (diff)
downloadlibexpat-00cd6947f86b607682c71a41908bae8af02304c4.tar.gz
De-tabify files that missed the de-tabify step.
Diffstat (limited to 'xmlwf')
-rwxr-xr-xxmlwf/xmlfile.h4
-rwxr-xr-xxmlwf/xmlurl.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/xmlwf/xmlfile.h b/xmlwf/xmlfile.h
index a3cbcf2..d053365 100755
--- a/xmlwf/xmlfile.h
+++ b/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/xmlwf/xmlurl.h b/xmlwf/xmlurl.h
index 3ab1726..d329913 100755
--- a/xmlwf/xmlurl.h
+++ b/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
}