summaryrefslogtreecommitdiffstats
path: root/sys/security
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2004-10-22 11:15:47 +0000
committerrwatson <rwatson@FreeBSD.org>2004-10-22 11:15:47 +0000
commit0bd499671d021fbc567b1fe366fd5f75eaf16ac3 (patch)
tree80d8ae0fdb8671d4c12cae936a92cc15e43a6cf1 /sys/security
parent705746618befcb043232cb6bc8fb61708da3974e (diff)
downloadFreeBSD-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.c3
-rw-r--r--sys/security/mac_bsdextended/mac_bsdextended.c1
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
OpenPOWER on IntegriCloud