Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Feb 2005 11:55:43 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 71654 for review
Message-ID:  <200502231155.j1NBthF8042391@repoman.freebsd.org>

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

Change 71654 by rwatson@rwatson_paprika on 2005/02/23 11:54:55

	Minor style tweak.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/security/mac_bsdextended/mac_bsdextended.c#83 edit

Differences ...

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

@@ -1,7 +1,7 @@
 /*-
  * Copyright (c) 2005 Tom Rhodes
  * Copyright (c) 1999-2002 Robert N. M. Watson
- * Copyright (c) 2001-2004 Networks Associates Technology, Inc.
+ * Copyright (c) 2001-2005 Networks Associates Technology, Inc.
  * All rights reserved.
  *
  * This software was developed by Robert Watson for the TrustedBSD Project.
@@ -200,12 +200,12 @@
 		if (index < 0 || index > rule_slots + 1) {
 			mtx_unlock(&mac_bsdextended_mtx);
 			return (ENOENT);
-			}
+		}
 
 		if (rules[index] == NULL) {
 			mtx_unlock(&mac_bsdextended_mtx);
 			return (ENOENT);
-			}
+		}
 
 		temprule = *rules[index];
 		mtx_unlock(&mac_bsdextended_mtx);



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