summaryrefslogtreecommitdiffstats
path: root/sys/security
diff options
context:
space:
mode:
authorcsjp <csjp@FreeBSD.org>2008-01-18 19:57:21 +0000
committercsjp <csjp@FreeBSD.org>2008-01-18 19:57:21 +0000
commit6f5423890af971777f929ae23a17fb964000245a (patch)
treeb7f8f0daaf6a51e5ef6408d99813d2d513d133b6 /sys/security
parentad1f18f4a9a890fe5a3f981ddba830f1cc1e2c2e (diff)
downloadFreeBSD-src-6f5423890af971777f929ae23a17fb964000245a.zip
FreeBSD-src-6f5423890af971777f929ae23a17fb964000245a.tar.gz
Fix gratuitous whitespace bug
MFC after: 1 week Obtained from: TrustedBSD Project
Diffstat (limited to 'sys/security')
-rw-r--r--sys/security/audit/audit_bsm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/security/audit/audit_bsm.c b/sys/security/audit/audit_bsm.c
index 9a22221..7d29634 100644
--- a/sys/security/audit/audit_bsm.c
+++ b/sys/security/audit/audit_bsm.c
@@ -1192,7 +1192,8 @@ kaudit_to_bsm(struct kaudit_record *kar, struct au_record **pau)
if (ARG_IS_VALID(kar, ARG_GROUPSET)) {
for(ctr = 0; ctr < ar->ar_arg_groups.gidset_size; ctr++)
{
- tok = au_to_arg32(1, "setgroups", ar->ar_arg_groups.gidset[ctr]);
+ tok = au_to_arg32(1, "setgroups",
+ ar->ar_arg_groups.gidset[ctr]);
kau_write(rec, tok);
}
}
OpenPOWER on IntegriCloud