Style: make the asterisk go with the variable name, not the type.

MFC after:	3 days
This commit is contained in:
Bjoern A. Zeeb 2010-10-14 14:49:49 +00:00
parent 9543d2735d
commit e046b77ee1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=213836

View File

@ -758,7 +758,7 @@ ipsec6_output_tunnel(struct ipsec_output_state *state, struct secpolicy *sp, int
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"));