Style fix: space between 'switch' and '('.

This commit is contained in:
Robert Watson 2002-10-22 19:01:49 +00:00
parent 12f65109c8
commit 103bcded1d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105736
2 changed files with 2 additions and 2 deletions

View file

@ -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);

View file

@ -156,7 +156,7 @@ mac_mls_dominate_element(struct mac_mls_element *a,
{
int bit;
switch(a->mme_type) {
switch (a->mme_type) {
case MAC_MLS_TYPE_EQUAL:
case MAC_MLS_TYPE_HIGH:
return (1);