diff options
author | rwatson <rwatson@FreeBSD.org> | 2004-10-22 11:15:47 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2004-10-22 11:15:47 +0000 |
commit | 0bd499671d021fbc567b1fe366fd5f75eaf16ac3 (patch) | |
tree | 80d8ae0fdb8671d4c12cae936a92cc15e43a6cf1 /sys/security | |
parent | 705746618befcb043232cb6bc8fb61708da3974e (diff) | |
download | FreeBSD-src-0bd499671d021fbc567b1fe366fd5f75eaf16ac3.zip FreeBSD-src-0bd499671d021fbc567b1fe366fd5f75eaf16ac3.tar.gz |
Minor white space synchronization and line wrapping.
Diffstat (limited to 'sys/security')
-rw-r--r-- | sys/security/mac_biba/mac_biba.c | 3 | ||||
-rw-r--r-- | sys/security/mac_bsdextended/mac_bsdextended.c | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/sys/security/mac_biba/mac_biba.c b/sys/security/mac_biba/mac_biba.c index 85028e0..6a0787a 100644 --- a/sys/security/mac_biba/mac_biba.c +++ b/sys/security/mac_biba/mac_biba.c @@ -241,7 +241,8 @@ mac_biba_range_in_range(struct mac_biba *rangea, struct mac_biba *rangeb) } static int -mac_biba_effective_in_range(struct mac_biba *effective, struct mac_biba *range) +mac_biba_effective_in_range(struct mac_biba *effective, + struct mac_biba *range) { KASSERT((effective->mb_flags & MAC_BIBA_FLAG_EFFECTIVE) != 0, diff --git a/sys/security/mac_bsdextended/mac_bsdextended.c b/sys/security/mac_bsdextended/mac_bsdextended.c index 86734f0..5b2db5c 100644 --- a/sys/security/mac_bsdextended/mac_bsdextended.c +++ b/sys/security/mac_bsdextended/mac_bsdextended.c @@ -33,6 +33,7 @@ * * $FreeBSD$ */ + /* * Developed by the TrustedBSD Project. * "BSD Extended" MAC policy, allowing the administrator to impose |