summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/archive_entry.h
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2004-05-03 01:40:34 +0000
committerkientzle <kientzle@FreeBSD.org>2004-05-03 01:40:34 +0000
commitcc0587e38236cc0442cfc73c97cfd25ce763400d (patch)
tree8371c0b36828cb40b9239ceefed1349a8ff24f20 /lib/libarchive/archive_entry.h
parentfe4e3a8b16f53102ecc8d38bc34da4d3b8b103c8 (diff)
downloadFreeBSD-src-cc0587e38236cc0442cfc73c97cfd25ce763400d.zip
FreeBSD-src-cc0587e38236cc0442cfc73c97cfd25ce763400d.tar.gz
Consistify: #define gets 1 tab character afterwards
Pointed out by: Simon Nielsen
Diffstat (limited to 'lib/libarchive/archive_entry.h')
-rw-r--r--lib/libarchive/archive_entry.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libarchive/archive_entry.h b/lib/libarchive/archive_entry.h
index 42c1fca..79054fb 100644
--- a/lib/libarchive/archive_entry.h
+++ b/lib/libarchive/archive_entry.h
@@ -130,9 +130,9 @@ void archive_entry_copy_uname_w(struct archive_entry *, const wchar_t *);
* "permset"/"perm" abstract type nonsense. A permset is just a simple
* bitmap, following long-standing Unix tradition.
*/
-#define ARCHIVE_ENTRY_ACL_EXECUTE 1
-#define ARCHIVE_ENTRY_ACL_WRITE 2
-#define ARCHIVE_ENTRY_ACL_READ 4
+#define ARCHIVE_ENTRY_ACL_EXECUTE 1
+#define ARCHIVE_ENTRY_ACL_WRITE 2
+#define ARCHIVE_ENTRY_ACL_READ 4
/* We need to be able to specify either or both of these. */
#define ARCHIVE_ENTRY_ACL_TYPE_ACCESS 256
OpenPOWER on IntegriCloud