PERFORCE change 71654 for review

Robert Watson rwatson at FreeBSD.org
Wed Feb 23 11:55:43 GMT 2005


http://perforce.freebsd.org/chv.cgi?CH=71654

Change 71654 by rwatson at 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);
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list