Adjust whitespaces to match file layout and add a full stop to
a comment to match others.
Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
break;
}
} else {
- if (*b == 0x0d || *b == 0x0a) {
+ if (*b == 0x0d || *b == 0x0a) {
found_separator = 1;
break;
}
}
}
- /* Exclusions take priority */
+ /* Exclusions take priority. */
for (match = a->exclusions.first; match != NULL;
match = match->next){
r = match_path_exclusion(a, match, mbs, pathname);
return (-1);
return (strcmp(p1, p2));
}
-
+
static int
cmp_key_mbs(const struct archive_rb_node *n, const void *key)
{
return (-1);
return (wcscmp(p1, p2));
}
-
+
static int
cmp_key_wcs(const struct archive_rb_node *n, const void *key)
{