Clean up trailing whitespace

MFC after:	1 week
This commit is contained in:
Enji Cooper 2017-10-23 16:55:22 +00:00
parent df6a67d624
commit fcc46733b3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=324929
2 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
PACKAGE=lib${LIB}
LIB= ugidfw
SHLIB_MAJOR= 5
SHLIB_MAJOR= 5
SRCS= ugidfw.c
INCS= ugidfw.h

View file

@ -194,7 +194,7 @@ bsde_rule_to_string(struct mac_bsdextended_rule *rule, char *buf, size_t buflen)
cur += len;
}
if (rule->mbr_subject.mbs_flags & MBS_PRISON_DEFINED) {
len = snprintf(cur, left, "jailid %d ",
len = snprintf(cur, left, "jailid %d ",
rule->mbr_subject.mbs_prison);
if (len < 0 || len > left)
goto truncated;
@ -334,7 +334,7 @@ bsde_rule_to_string(struct mac_bsdextended_rule *rule, char *buf, size_t buflen)
&(mntbuf[i].f_fsid),
sizeof(mntbuf[i].f_fsid)) == 0)
break;
len = snprintf(cur, left, "filesys %s ",
len = snprintf(cur, left, "filesys %s ",
i == numfs ? "???" : mntbuf[i].f_mntonname);
if (len < 0 || len > left)
goto truncated;
@ -972,7 +972,7 @@ bsde_parse_mode(int argc, char *argv[], mode_t *mode, size_t buflen,
snprintf(errstr, buflen, "Unknown mode letter: %c",
argv[0][i]);
return (-1);
}
}
}
return (0);