less: document -S flag and make it independently configurable
[oweals/busybox.git] / selinux / setfiles.c
index 0173db99e91d2b211ceffcdd7e0c22b32bd7cf8a..c974c4a9d4e00aa344dbe0f9d61c423c98635cad 100644 (file)
@@ -251,7 +251,6 @@ static int match(const char *name, struct stat *sb, char **con)
                        name = path;
                        if (excludeCtr > 0 && exclude(name))
                                goto err;
-
                } else {
                        char *p;
                        p = realpath(name, path);