mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Whitespace cleanup.
This commit is contained in:
parent
74a2149c90
commit
673ec5a652
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue