summaryrefslogtreecommitdiff
path: root/xmlwf/readfilemap.c
diff options
context:
space:
mode:
authorfdrake <fdrake>2002-07-01 15:13:00 +0000
committerfdrake <fdrake>2002-07-01 15:13:00 +0000
commit79162e938ea084584199e65fcbc0058f17c74934 (patch)
tree899ed92a001bc9e0a80c8df1812b454dd54114f3 /xmlwf/readfilemap.c
parent19df3e2e8a2f60177957fa317d2551a64a98b7db (diff)
downloadlibexpat-79162e938ea084584199e65fcbc0058f17c74934.tar.gz
De-tabify; minor code-style consistency changes.
Diffstat (limited to 'xmlwf/readfilemap.c')
-rwxr-xr-xxmlwf/readfilemap.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/xmlwf/readfilemap.c b/xmlwf/readfilemap.c
index 4e5e5d1..b68b2ce 100755
--- a/xmlwf/readfilemap.c
+++ b/xmlwf/readfilemap.c
@@ -1,6 +1,5 @@
-/*
-Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
-See the file COPYING for copying permission.
+/* Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
+ See the file COPYING for copying permission.
*/
#include <sys/types.h>
@@ -29,9 +28,10 @@ See the file COPYING for copying permission.
#include "filemap.h"
-int filemap(const char *name,
- void (*processor)(const void *, size_t, const char *, void *arg),
- void *arg)
+int
+filemap(const char *name,
+ void (*processor)(const void *, size_t, const char *, void *arg),
+ void *arg)
{
size_t nbytes;
int fd;