PERFORCE change 42482 for review
    Robert Watson 
    rwatson at FreeBSD.org
       
    Sat Nov 15 12:05:07 PST 2003
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=42482
Change 42482 by rwatson at rwatson_paprika on 2003/11/15 12:04:15
	Whitespace.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/security/mac/mac_net.c#13 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/security/mac/mac_net.c#13 (text+ko) ====
@@ -234,7 +234,7 @@
 	if (error) {
 		MAC_PERFORM(destroy_socket_label, label);
 		mac_labelzone_free(label);
-		return  (NULL);
+		return (NULL);
 	}
 	MAC_DEBUG_COUNTER_INC(&nmacsockets);
 	return (label);
@@ -254,7 +254,7 @@
 	if (error) {
 		MAC_PERFORM(destroy_socket_peer_label, label);
 		mac_labelzone_free(label);
-		return  (NULL);
+		return (NULL);
 	}
 	MAC_DEBUG_COUNTER_INC(&nmacsockets);
 	return (label);
    
    
More information about the p4-projects
mailing list