summaryrefslogtreecommitdiffstats
path: root/lib/libarchive
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2006-05-01 00:55:44 +0000
committerkientzle <kientzle@FreeBSD.org>2006-05-01 00:55:44 +0000
commita86c768d0389dbfe74c57fe82988dc138f3db93a (patch)
tree6511d322239784c6fc7f3bf673021a2531e60054 /lib/libarchive
parent5d1c9f88558c7b5da179af3e8681ba58f22591f2 (diff)
downloadFreeBSD-src-a86c768d0389dbfe74c57fe82988dc138f3db93a.zip
FreeBSD-src-a86c768d0389dbfe74c57fe82988dc138f3db93a.tar.gz
Whitespace cleanup.
Diffstat (limited to 'lib/libarchive')
-rw-r--r--lib/libarchive/archive_entry.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libarchive/archive_entry.c b/lib/libarchive/archive_entry.c
index c67c64b..7ec0052 100644
--- a/lib/libarchive/archive_entry.c
+++ b/lib/libarchive/archive_entry.c
@@ -1431,8 +1431,8 @@ archive_entry_xattr_next(struct archive_entry * entry,
const char **name, const void **value, size_t *size)
{
if (entry->xattr_p) {
- *name = entry->xattr_p->name;
- *value = entry->xattr_p->value;
+ *name = entry->xattr_p->name;
+ *value = entry->xattr_p->value;
*size = entry->xattr_p->size;
entry->xattr_p = entry->xattr_p->next;
OpenPOWER on IntegriCloud