summaryrefslogtreecommitdiffstats
path: root/sys/security/mac_biba
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-10-22 19:01:49 +0000
committerrwatson <rwatson@FreeBSD.org>2002-10-22 19:01:49 +0000
commit29ef1b50256ce52a37a3a7684a99ad9ed8360030 (patch)
tree998603a9e1a19d31b6095ab126be0e3b3c0efad9 /sys/security/mac_biba
parent1cc1792ab55023f60a34b8cc215b93481df7fa23 (diff)
downloadFreeBSD-src-29ef1b50256ce52a37a3a7684a99ad9ed8360030.zip
FreeBSD-src-29ef1b50256ce52a37a3a7684a99ad9ed8360030.tar.gz
Style fix: space between 'switch' and '('.
Diffstat (limited to 'sys/security/mac_biba')
-rw-r--r--sys/security/mac_biba/mac_biba.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/security/mac_biba/mac_biba.c b/sys/security/mac_biba/mac_biba.c
index 2ab8b18..c30d39f 100644
--- a/sys/security/mac_biba/mac_biba.c
+++ b/sys/security/mac_biba/mac_biba.c
@@ -167,7 +167,7 @@ mac_biba_dominate_element(struct mac_biba_element *a,
{
int bit;
- switch(a->mbe_type) {
+ switch (a->mbe_type) {
case MAC_BIBA_TYPE_EQUAL:
case MAC_BIBA_TYPE_HIGH:
return (1);
OpenPOWER on IntegriCloud