Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Oct 2002 20:03:46 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 20221 for review
Message-ID:  <200210270303.g9R33kP1060836@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=20221

Change 20221 by rwatson@rwatson_paprika on 2002/10/26 20:03:15

	Tabs not spaces.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/security/mac_biba/mac_biba.c#163 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/security/mac_biba/mac_biba.c#163 (text+ko) ====

@@ -344,7 +344,7 @@
 	KASSERT((mac_biba->mb_flags & MAC_BIBA_FLAG_SINGLE) != 0,
 	    ("mac_biba_equal_single: mac_biba not single"));
 
-        return (mac_biba->mb_single.mbe_type == MAC_BIBA_TYPE_HIGH);
+	return (mac_biba->mb_single.mbe_type == MAC_BIBA_TYPE_HIGH);
 }
 
 static int

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210270303.g9R33kP1060836>