summaryrefslogtreecommitdiff
path: root/xmlwf/xmlurl.h
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/xmlurl.h
parent79162e938ea084584199e65fcbc0058f17c74934 (diff)
downloadlibexpat-00cd6947f86b607682c71a41908bae8af02304c4.tar.gz
De-tabify files that missed the de-tabify step.
Diffstat (limited to 'xmlwf/xmlurl.h')
-rwxr-xr-xxmlwf/xmlurl.h4
1 files changed, 2 insertions, 2 deletions
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
}