From a805425af32b8277958af71f10dc9f96fd4c694a Mon Sep 17 00:00:00 2001 From: Przemyslaw Pawelczyk Date: Thu, 3 Sep 2015 12:52:19 +0200 Subject: Remove trailing whitespaces. --- metastore.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'metastore.c') 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", -- cgit v1.2.1