aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@FreeBSD.org>2006-05-01 00:55:44 +0000
committerTim Kientzle <kientzle@FreeBSD.org>2006-05-01 00:55:44 +0000
commit673ec5a652ad58add0d5d150c3a27aec21588bfa (patch)
tree6511d322239784c6fc7f3bf673021a2531e60054 /lib
parent74a2149c909732c643a4a309ba1812ec101c6eb3 (diff)
downloadsrc-673ec5a652ad58add0d5d150c3a27aec21588bfa.tar.gz
src-673ec5a652ad58add0d5d150c3a27aec21588bfa.zip
Whitespace cleanup.
Notes
Notes: svn path=/head/; revision=158202
Diffstat (limited to 'lib')
-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 c67c64bd85fe..7ec0052159f8 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;