From ce450a48fcc9a0400b9a5004584fbbd12b0c0a4e Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Sat, 10 Apr 2010 21:11:54 -0400 Subject: Style: tab follows #define SVN-Revision: 2226 --- tar/util.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tar/util.c') diff --git a/tar/util.c b/tar/util.c index f7232744..d5202fee 100644 --- a/tar/util.c +++ b/tar/util.c @@ -56,7 +56,7 @@ __FBSDID("$FreeBSD: src/usr.bin/tar/util.c,v 1.23 2008/12/15 06:00:25 kientzle E #include #else /* If we don't have wctype, we need to hack up some version of iswprint(). */ -#define iswprint isprint +#define iswprint isprint #endif #include "bsdtar.h" @@ -66,14 +66,14 @@ static size_t bsdtar_expand_char(char *, size_t, char); static const char *strip_components(const char *path, int elements); #if defined(_WIN32) && !defined(__CYGWIN__) -#define read _read +#define read _read #endif /* TODO: Hack up a version of mbtowc for platforms with no wide * character support at all. I think the following might suffice, * but it needs careful testing. * #if !HAVE_MBTOWC - * #define mbtowc(wcp, p, n) ((*wcp = *p), 1) + * #define mbtowc(wcp, p, n) ((*wcp = *p), 1) * #endif */ -- cgit v1.2.1