Whitespace cleanup.

This commit is contained in:
Tim Kientzle 2006-05-01 00:55:44 +00:00
parent 74a2149c90
commit 673ec5a652
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=158202

View file

@ -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;