diff options
author | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2015-09-03 12:52:19 +0200 |
---|---|---|
committer | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2015-09-03 12:52:19 +0200 |
commit | a805425af32b8277958af71f10dc9f96fd4c694a (patch) | |
tree | 3eea2d41c0301dbf5e133e3dead292d6fda4e3af /metastore.c | |
parent | 202d11a26108172ef35402ad5ce2183ed4a08b5c (diff) |
Remove trailing whitespaces.
Diffstat (limited to 'metastore.c')
-rw-r--r-- | metastore.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/metastore.c b/metastore.c index 00676ae..a4b4a7f 100644 --- a/metastore.c +++ b/metastore.c @@ -50,7 +50,7 @@ static struct metaentry *missingothers = NULL; static struct metaentry *extradirs = NULL; /* - * Inserts an entry in a linked list ordered by pathlen + * Inserts an entry in a linked list ordered by pathlen */ static void insert_entry_plist(struct metaentry **list, struct metaentry *entry) @@ -65,7 +65,7 @@ insert_entry_plist(struct metaentry **list, struct metaentry *entry) entry->list = *parent; *parent = entry; } - + /* * Inserts an entry in a linked list ordered by pathlen descendingly */ @@ -245,7 +245,7 @@ compare_fix(struct metaentry *real, struct metaentry *stored, int cmp) msg(MSG_NORMAL, "%s:\tadding xattr %s\n", stored->path, stored->xattr_names[i]); - if (lsetxattr(stored->path, stored->xattr_names[i], + if (lsetxattr(stored->path, stored->xattr_names[i], stored->xattr_values[i], stored->xattr_lvalues[i], XATTR_CREATE)) msg(MSG_DEBUG, "\tlsetxattr failed: %s\n", |