Author: bz
Date: Thu Oct 14 14:49:49 2010
New Revision: 213836
URL: http://svn.freebsd.org/changeset/base/213836

Log:
  Style: make the asterisk go with the variable name, not the type.
  
  MFC after:    3 days

Modified:
  head/sys/netipsec/ipsec_output.c

Modified: head/sys/netipsec/ipsec_output.c
==============================================================================
--- head/sys/netipsec/ipsec_output.c    Thu Oct 14 14:48:11 2010        
(r213835)
+++ head/sys/netipsec/ipsec_output.c    Thu Oct 14 14:49:49 2010        
(r213836)
@@ -758,7 +758,7 @@ ipsec6_output_tunnel(struct ipsec_output
        struct ipsecrequest *isr;
        struct secasindex saidx;
        int error;
-       struct sockaddr_in6* dst6;
+       struct sockaddr_in6 *dst6;
        struct mbuf *m;
 
        IPSEC_ASSERT(state != NULL, ("null state"));
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to