Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Oct 2002 09:34:22 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 19795 for review
Message-ID:  <200210211634.g9LGYMrq009447@repoman.freebsd.org>

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

Change 19795 by rwatson@rwatson_paprika on 2002/10/21 09:34:15

	Whitespace fix.  Funny how you notice this stuff while you're merging.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/security/mac_mls/mac_mls.c#120 edit

Differences ...

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

@@ -1372,7 +1372,7 @@
 		 * new range label must be in the current range.
 		 */
 		if (new->mm_flags & MAC_MLS_FLAG_RANGE &&
-	 	   !mac_mls_range_in_range(new, subj))
+	 	    !mac_mls_range_in_range(new, subj))
 			return (EPERM);
 
 		/*

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?200210211634.g9LGYMrq009447>