mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 15:32:45 +00:00
Whitespace cleanup.
This commit is contained in:
parent
74a2149c90
commit
673ec5a652
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=158202
@ -1431,8 +1431,8 @@ archive_entry_xattr_next(struct archive_entry * entry,
|
|||||||
const char **name, const void **value, size_t *size)
|
const char **name, const void **value, size_t *size)
|
||||||
{
|
{
|
||||||
if (entry->xattr_p) {
|
if (entry->xattr_p) {
|
||||||
*name = entry->xattr_p->name;
|
*name = entry->xattr_p->name;
|
||||||
*value = entry->xattr_p->value;
|
*value = entry->xattr_p->value;
|
||||||
*size = entry->xattr_p->size;
|
*size = entry->xattr_p->size;
|
||||||
|
|
||||||
entry->xattr_p = entry->xattr_p->next;
|
entry->xattr_p = entry->xattr_p->next;
|
||||||
|
Loading…
Reference in New Issue
Block a user